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

Method as_str

compiler/src/modules/lexer/mod.rs:113–115  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

111impl TokenType {
112 #[inline]
113 pub const fn as_str(&self) -> &'static str {
114 tables::token_to_str(self)
115 }
116}

Callers 15

peekMethod · 0.45
parse_manifestFunction · 0.45
callMethod · 0.45
func_def_innerMethod · 0.45
eatMethod · 0.45
parse_lambdaMethod · 0.45
format_f64Function · 0.45
build_resolverFunction · 0.45
packages_casesFunction · 0.45
test_casesFunction · 0.45
drainFunction · 0.45
runFunction · 0.45

Calls 1

token_to_strFunction · 0.85

Tested by 4

build_resolverFunction · 0.36
packages_casesFunction · 0.36
test_casesFunction · 0.36
checkFunction · 0.36