MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / is_at_end

Method is_at_end

aiscript-lexer/src/lib.rs:897–899  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

895 }
896
897 pub fn is_at_end(&self) -> bool {
898 self.current.kind == TokenType::Eof
899 }
900
901 pub fn error_at_current(&mut self, message: &str) {
902 let current = self.current;

Callers 13

synchronizeMethod · 0.80
parseMethod · 0.80
agent_declarationMethod · 0.80
enum_declarationMethod · 0.80
class_declarationMethod · 0.80
blockMethod · 0.80
block_exprMethod · 0.80
groupingMethod · 0.80
match_expressionMethod · 0.80
parse_routeMethod · 0.80
parse_endpointMethod · 0.80
parse_pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected