Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ is_unknown
Method
is_unknown
crates/css_parse/src/syntax/declaration.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
M: NodeMetadata,
49
{
50
pub fn is_unknown(&self) -> bool {
51
self.value.is_unknown()
52
}
53
}
54
55
impl<
'a, V, M> NodeWithMetadata<M> for Declaration<'
a, V, M>
Callers
1
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected