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

Method parse

crates/css_parse/src/parser.rs:171–173  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

169 }
170
171 pub fn parse<T: Parse<'a>>(&mut self) -> Result<T> {
172 T::parse(self)
173 }
174
175 pub fn peek<T: Peek<'a>>(&self) -> bool {
176 T::peek(self, self.peek_n(1))

Callers 5

fetchLatestReleaseFunction · 0.45
from_stringMethod · 0.45
equals_atomMethod · 0.45
to_atomMethod · 0.45
handleEventMethod · 0.45

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected