Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ get
Method
get
crates/csskit_highlight/src/lib.rs:152–154 ·
view source on GitHub ↗
(&self, span: Span)
Source
from the content-addressed store, hash-verified
150
}
151
152
pub fn get(&self, span: Span) -> Option<&Highlight> {
153
self.highlights.get(&span)
154
}
155
156
pub fn highlights(&self) -> impl Iterator<Item = &Highlight> {
157
self.highlights.values()
Callers
15
fetchLatestRelease
Function · 0.45
follow
Function · 0.45
language_server_command
Method · 0.45
matched
Method · 0.45
append
Method · 0.45
append
Method · 0.45
highlight_line
Method · 0.45
visit_length
Method · 0.45
by_feature_name
Method · 0.45
by_property_name
Method · 0.45
group_siblings
Method · 0.45
spec_siblings
Method · 0.45
Calls
no outgoing calls
Tested by
2
append
Method · 0.36
parse_spec_properties
Function · 0.36