Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ len
Method
len
libs/@local/hashql/syntax-jexpr/src/lexer/syntax_kind_set.rs:26–28 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
24
25
impl ExactSizeIterator for SyntaxKindSetIter {
26
fn len(&self) -> usize {
27
self.0.count_ones() as usize
28
}
29
}
30
31
/// A bitset representing a set of syntax kinds.
Callers
11
parse_comment
Function · 0.45
advance
Method · 0.45
from_slice
Method · 0.45
fmt
Method · 0.45
peek_fill
Method · 0.45
convert_parse_error
Function · 0.45
parse_type_paren_tuple
Function · 0.45
parse_type_union
Function · 0.45
parse_type_intersection
Function · 0.45
parse_labelled_argument
Function · 0.45
unknown_key
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected