Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ clear
Method
clear
crates/css_parse/src/cursor_overlay_sink.rs:64–66 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
62
}
63
64
pub fn clear(&mut self) {
65
self.segments.clear();
66
}
67
68
pub fn has_overlay(&self, span: Span) -> bool {
69
let start = &span.start();
Callers
4
reset
Method · 0.80
commit_overlays
Method · 0.80
read
Method · 0.80
flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected