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

Method to_pairwise

crates/css_lexer/src/token.rs:1039–1041  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1037 /// [Kind] this returns [None].
1038 #[inline]
1039 pub fn to_pairwise(&self) -> Option<PairWise> {
1040 PairWise::from_token(self)
1041 }
1042
1043 /// A convenience function for `Cursor::new(offset, token)`.
1044 #[inline(always)]

Callers 1

eqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected