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

Method to_cursors

crates/css_parse/src/bump_box.rs:85–87  ·  view source on GitHub ↗
(&self, s: &mut impl CursorSink)

Source from the content-addressed store, hash-verified

83
84impl<T: ToCursors> ToCursors for BumpBox<'_, T> {
85 fn to_cursors(&self, s: &mut impl CursorSink) {
86 (**self).to_cursors(s);
87 }
88}
89
90impl<T: SemanticEq> SemanticEq for BumpBox<'_, T> {

Callers 8

test_basicFunction · 0.45
testFunction · 0.45
snippet_cursorsFunction · 0.45
test_basicFunction · 0.45
test_with_pretty_writerFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_basicFunction · 0.36
testFunction · 0.36
test_basicFunction · 0.36
test_with_pretty_writerFunction · 0.36