Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ start
Method
start
crates/css_lexer/src/span.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
/// Gets the starting [SourceOffset].
29
#[inline]
30
pub const fn start(&self) -> SourceOffset {
31
self.start
32
}
33
34
/// Gets the ending [SourceOffset].
35
#[inline]
Callers
15
activate
Function · 0.45
consider_node
Method · 0.45
commit_overlays
Method · 0.45
visit_color_mix_function
Method · 0.45
visit_length
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
parse_and_extract_file
Method · 0.45
Calls
no outgoing calls
Tested by
2
consider_node
Method · 0.36
extract_selector_list
Function · 0.36