Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_attributes
Method · 0.80
number_precedes_length
Function · 0.80
optimize
Method · 0.80
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected