@@ -251,6 +251,11 @@ source.new = function()
return self
end
---Return the source name for some information.
source.get_debug_name = function()
return 'example'
---Return the source is available or not.
---@return boolean
function source:is_available()
The note is not visible to the blocked user.