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

Method ident_str

crates/css_value_definition_parser/src/lib.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90 }
91
92 pub fn ident_str(&self) -> &str {
93 self.ident.0.as_str()
94 }
95
96 pub fn maybe_unsized(&self) -> bool {
97 // Check for specific types that require allocations

Callers 3

type_attributesMethod · 0.80
number_precedes_lengthFunction · 0.80
optimizeMethod · 0.80

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected