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

Method to_span

crates/css_parse/src/parser_checkpoint.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37
38impl<I> ToSpan for ParserCheckpoint<I> {
39 fn to_span(&self) -> Span {
40 self.cursor.span()
41 }
42}

Callers

nothing calls this directly

Calls 1

spanMethod · 0.45

Tested by

no test coverage detected