Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_inner
Method · 0.45
parse
Method · 0.45
Calls
2
is_none
Method · 0.80
peek
Method · 0.45
Tested by
no test coverage detected