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

Method len

crates/css_lexer/src/cursor.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43
44 #[inline(always)]
45 pub const fn len(&self) -> u32 {
46 self.token().len()
47 }
48
49 #[inline(always)]
50 pub fn span(&self) -> Span {

Callers 2

end_offsetMethod · 0.45
serializeMethod · 0.45

Calls 1

tokenMethod · 0.45

Tested by

no test coverage detected