MCPcopy 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

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
updateFunction · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected