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

Method start

crates/css_parse/src/token_macros.rs:907–914  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

905 }
906
907 pub fn start(&self) -> Kind {
908 match self.kind() {
909 Kind::RightCurly => Kind::LeftCurly,
910 Kind::RightParen => Kind::LeftParen,
911 Kind::RightSquare => Kind::LeftSquare,
912 k => k,
913 }
914 }
915}
916
917impl<'a> Peek<'a> for PairWiseEnd {

Callers 3

appendMethod · 0.45
flushMethod · 0.45
appendMethod · 0.45

Calls 1

kindMethod · 0.45

Tested by

no test coverage detected