Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
impl TokenType {
112
#[inline]
113
pub const fn as_str(&self) -> &'static str {
114
tables::token_to_str(self)
115
}
116
}
Callers
15
peek
Method · 0.45
parse_manifest
Function · 0.45
call
Method · 0.45
func_def_inner
Method · 0.45
eat
Method · 0.45
parse_lambda
Method · 0.45
format_f64
Function · 0.45
build_resolver
Function · 0.45
packages_cases
Function · 0.45
test_cases
Function · 0.45
drain
Function · 0.45
run
Function · 0.45
Calls
1
token_to_str
Function · 0.85
Tested by
4
build_resolver
Function · 0.36
packages_cases
Function · 0.36
test_cases
Function · 0.36
check
Function · 0.36