Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
append
Method · 0.45
consume_trivia_as_leading
Method · 0.45
next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected