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

Method from

crates/css_parse/src/parser_checkpoint.rs:21–23  ·  view source on GitHub ↗
(value: ParserCheckpoint<I>)

Source from the content-addressed store, hash-verified

19
20impl<I> From<ParserCheckpoint<I>> for Cursor {
21 fn from(value: ParserCheckpoint<I>) -> Self {
22 value.cursor
23 }
24}
25
26impl<I> From<ParserCheckpoint<I>> for Token {

Callers

nothing calls this directly

Calls 2

tokenMethod · 0.45
kindMethod · 0.45

Tested by

no test coverage detected