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

Method set_skip

crates/css_parse/src/parser.rs:129–133  ·  view source on GitHub ↗
(&mut self, skip: KindSet)

Source from the content-addressed store, hash-verified

127
128 #[inline]
129 pub fn set_skip(&mut self, skip: KindSet) -> KindSet {
130 let old = self.skip;
131 self.skip = skip;
132 old
133 }
134
135 #[inline]
136 pub fn set_stop(&mut self, stop: KindSet) -> KindSet {

Callers 8

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by 1