Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_functions
Method · 0.45
generate_stmt
Method · 0.45
generate_expr
Method · 0.45
generate_match
Method · 0.45
generate_function
Method · 0.45
validate_enum_variant
Method · 0.45
named_variable
Method · 0.45
declare_variable
Method · 0.45
add_local
Method · 0.45
parse
Method · 0.45
agent_declaration
Method · 0.45
enum_declaration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected