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

Method error_at

aiscript-vm/src/compiler/codegen.rs:1831–1833  ·  view source on GitHub ↗
(&mut self, token: Token<'gc>, message: &str)

Source from the content-addressed store, hash-verified

1829 }
1830
1831 fn error_at(&mut self, token: Token<'gc>, message: &str) {
1832 self.error_reporter.error_at(token, message);
1833 }
1834}

Callers 15

declare_functionsMethod · 0.45
generate_stmtMethod · 0.45
generate_exprMethod · 0.45
generate_matchMethod · 0.45
generate_functionMethod · 0.45
validate_enum_variantMethod · 0.45
named_variableMethod · 0.45
declare_variableMethod · 0.45
add_localMethod · 0.45
parseMethod · 0.45
agent_declarationMethod · 0.45
enum_declarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected