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

Method kind

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

Source from the content-addressed store, hash-verified

865
866impl PairWiseStart {
867 pub fn kind(&self) -> Kind {
868 self.0.token().kind()
869 }
870
871 pub fn end(&self) -> Kind {
872 match self.kind() {

Callers 6

writeMethod · 0.45
fromMethod · 0.45
endMethod · 0.45
startMethod · 0.45
semantic_eqMethod · 0.45

Calls 1

tokenMethod · 0.45

Tested by

no test coverage detected