MCPcopy Create free account
hub / github.com/csskit/csskit / is_empty

Method is_empty

crates/css_parse/src/syntax/comma_separated.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub fn is_empty(&self) -> bool {
45 self.items.is_empty()
46 }
47
48 pub fn len(&self) -> usize {
49 self.items.len()

Callers 3

appendMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected