Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ len
Method
len
parser/src/ast.rs:36–38 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
34
}
35
36
pub fn len(&self) -> u32 {
37
self.end - self.start
38
}
39
40
pub fn is_empty(&self) -> bool {
41
self.len() == 0
Callers
14
assert_tokens_eq
Function · 0.45
intern
Method · 0.45
alloc
Method · 0.45
is_empty
Method · 0.45
from
Method · 0.45
parse_for_statement
Method · 0.45
parse_star_named_expressions
Method · 0.45
parse_patterns
Method · 0.45
parse_or_pattern
Method · 0.45
parse_target_list
Method · 0.45
parse_target
Method · 0.45
parse_expression_list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected