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

Method is_unknown

crates/css_ast/src/properties/mod.rs:340–342  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

338 }
339
340 fn is_unknown(&self) -> bool {
341 matches!(self, Self::Unknown(_))
342 }
343
344 fn is_custom(&self) -> bool {
345 matches!(self, Self::Custom(_))

Callers 1

declaration_metadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected