MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / at_end

Method at_end

compiler/src/modules/parser/mod.rs:346–346  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

344 }
345
346 pub(super) fn at_end(&mut self) -> bool { self.peek().is_none() }
347
348 pub(super) fn lexeme(&self, t: &Token) -> &'src str { &self.source[t.start..t.end] }
349

Callers 2

compile_block_innerMethod · 0.45
parseMethod · 0.45

Calls 2

is_noneMethod · 0.80
peekMethod · 0.45

Tested by

no test coverage detected