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

Method error

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

Source from the content-addressed store, hash-verified

904 }
905
906 pub fn error(&mut self, message: &str) {
907 let previous = self.previous;
908 self.error_at(previous, message);
909 }
910
911 pub fn synchronize(&mut self) {
912 self.panic_mode = false;

Callers 6

escape_stringMethod · 0.45
parse_validatorsMethod · 0.45
parse_parametersMethod · 0.45
parse_valueMethod · 0.45
usage_errorFunction · 0.45
collect_deriveFunction · 0.45

Calls 1

error_atMethod · 0.45

Tested by

no test coverage detected