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

Method lexeme

compiler/src/modules/parser/mod.rs:348–348  ·  view source on GitHub ↗
(&self, t: &Token)

Source from the content-addressed store, hash-verified

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
350 /* Consume the next token and return its source text as a String. */
351 pub(super) fn advance_text(&mut self) -> String {

Callers 8

name_stmtMethod · 0.80
fstringMethod · 0.80
parse_argsMethod · 0.80
advance_textMethod · 0.80
parse_simple_patternMethod · 0.80
read_module_specMethod · 0.80
parse_atomMethod · 0.80
nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected