Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ span
Method
span
crates/css_lexer/src/cursor.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
49
#[inline(always)]
50
pub fn span(&self) -> Span {
51
Span::new(self.offset(), self.end_offset())
52
}
53
54
#[inline(always)]
55
pub fn with_bad_flag(&self) -> Self {
Callers
8
to_span
Method · 0.45
from
Method · 0.45
eq
Method · 0.45
parse
Method · 0.45
append
Method · 0.45
to_span
Method · 0.45
flush
Method · 0.45
append
Method · 0.45
Calls
2
end_offset
Method · 0.80
offset
Method · 0.45
Tested by
no test coverage detected