MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / error_at_current

Method error_at_current

aiscript-lexer/src/lib.rs:901–904  ·  view source on GitHub ↗
(&mut self, message: &str)

Source from the content-addressed store, hash-verified

899 }
900
901 pub fn error_at_current(&mut self, message: &str) {
902 let current = self.current;
903 self.error_at(current, message);
904 }
905
906 pub fn error(&mut self, message: &str) {
907 let previous = self.previous;

Callers 15

advanceMethod · 0.80
consumeMethod · 0.80
consume_eitherMethod · 0.80
parse_typeMethod · 0.80
enum_declarationMethod · 0.80
parse_class_fieldMethod · 0.80
method_declarationMethod · 0.80
func_declarationMethod · 0.80
parse_function_returnMethod · 0.80
lambdaMethod · 0.80
for_statementMethod · 0.80
objectMethod · 0.80

Calls 1

error_atMethod · 0.45

Tested by

no test coverage detected