Code.string_to_quoted-exclamation-mark
You're seeing just the function
string_to_quoted-exclamation-mark
, go back to Code module for more information.
Specs
string_to_quoted!(List.Chars.t(), keyword()) :: Macro.t()
Converts the given string to its quoted form.
It returns the ast if it succeeds,
raises an exception otherwise. The exception is a TokenMissingError
in case a token is missing (usually because the expression is incomplete),
SyntaxError
otherwise.
Check string_to_quoted/2
for options information.