MCPcopy 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

fetchLatestReleaseFunction · 0.45
followFunction · 0.45
matchedMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
highlight_lineMethod · 0.45
visit_lengthMethod · 0.45
by_feature_nameMethod · 0.45
by_property_nameMethod · 0.45
group_siblingsMethod · 0.45
spec_siblingsMethod · 0.45

Calls

no outgoing calls

Tested by 2

appendMethod · 0.36
parse_spec_propertiesFunction · 0.36