Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ len
Method
len
crates/css_parse/src/syntax/comma_separated.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
}
47
48
pub fn len(&self) -> usize {
49
self.items.len()
50
}
51
}
52
53
impl<
'a, T: Peek<'
a>, const MIN: usize> Peek<
'a> for CommaSeparated<'
a, T, MIN> {
Callers
14
append
Method · 0.45
to_cursors
Method · 0.45
new
Method · 0.45
fill_buffer
Method · 0.45
checkpoint
Method · 0.45
peek_n_with_skip
Method · 0.45
consume_trivia
Method · 0.45
unexpected_ident
Method · 0.45
unexpected_tag
Method · 0.45
unexpected_id
Method · 0.45
flush_segments_up_to
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected