Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ end
Method
end
crates/css_lexer/src/span.rs:36–38 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
34
/// Gets the ending [SourceOffset].
35
#[inline]
36
pub const fn end(&self) -> SourceOffset {
37
self.end
38
}
39
40
/// Extends this [Span] into a new one with the end altered to be [SourceOffset].
41
///
Callers
15
consider_node
Method · 0.45
commit_overlays
Method · 0.45
visit_color_mix_function
Method · 0.45
visit_length
Method · 0.45
serialize
Method · 0.45
serialize
Method · 0.45
to_span
Method · 0.45
process_rule
Method · 0.45
to_span
Method · 0.45
parse
Function · 0.45
extract_selector_list
Function · 0.45
cursor_to_str
Method · 0.45
Calls
no outgoing calls
Tested by
2
consider_node
Method · 0.36
extract_selector_list
Function · 0.36