MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / parse_prelude

Method parse_prelude

css-inline/src/parser.rs:32–38  ·  view source on GitHub ↗
(
        &mut self,
        input: &mut cssparser::Parser<'i, 't>,
    )

Source from the content-addressed store, hash-verified

30 type Error = ();
31
32 fn parse_prelude<'t>(
33 &mut self,
34 input: &mut cssparser::Parser<'i, 't>,
35 ) -> Result<Self::Prelude, cssparser::ParseError<'i, Self::Error>> {
36 // Proceed with parsing until the end of the prelude.
37 Ok(exhaust(input))
38 }
39
40 fn parse_block<'t>(
41 &mut self,

Callers

nothing calls this directly

Calls 2

exhaustFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected