MCPcopy 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
53impl<'a, T: Peek<'a>, const MIN: usize> Peek<'a> for CommaSeparated<'a, T, MIN> {

Callers 14

appendMethod · 0.45
to_cursorsMethod · 0.45
newMethod · 0.45
fill_bufferMethod · 0.45
checkpointMethod · 0.45
peek_n_with_skipMethod · 0.45
consume_triviaMethod · 0.45
unexpected_identMethod · 0.45
unexpected_tagMethod · 0.45
unexpected_idMethod · 0.45
flush_segments_up_toMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected