MCPcopy Create free account
hub / github.com/csskit/csskit / highlights

Method highlights

crates/csskit_highlight/src/lib.rs:156–158  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

154 }
155
156 pub fn highlights(&self) -> impl Iterator<Item = &Highlight> {
157 self.highlights.values()
158 }
159
160 fn insert(&mut self, span: Span, kind: SemanticKind, modifier: SemanticModifier) {
161 self.insert_with_decoration(span, kind, modifier, SemanticDecoration::None);

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected