Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ is
Method
is
crates/css_parse/src/parser.rs:117–119 ·
view source on GitHub ↗
(&self, state: State)
Source
from the content-addressed store, hash-verified
115
116
#[inline]
117
pub fn is(&self, state: State) -> bool {
118
self.state.contains(state)
119
}
120
121
#[inline]
122
pub fn set_state(&mut self, state: State) -> State {
Callers
4
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
update
Function · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected