Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ is_empty
Method
is_empty
parser/src/ast.rs:40–42 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
38
}
39
40
pub fn is_empty(&self) -> bool {
41
self.len() == 0
42
}
43
}
44
45
pub trait GetNode {
Callers
3
assert_tokens_eq
Function · 0.45
parse_comparison
Method · 0.45
parse_type_parameters
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected