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

Method set_stop

crates/css_parse/src/parser.rs:136–140  ·  view source on GitHub ↗
(&mut self, stop: KindSet)

Source from the content-addressed store, hash-verified

134
135 #[inline]
136 pub fn set_stop(&mut self, stop: KindSet) -> KindSet {
137 let old = self.stop;
138 self.stop = stop;
139 old
140 }
141
142 pub fn parse_entirely<T: Parse<'a> + ToCursors>(&mut self) -> ParserReturn<'a, T> {
143 let output = match T::parse(self) {

Callers 2

parseMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected