MCPcopy Create free account
hub / github.com/elastic/devfiler / UpdateWatcher

Class UpdateWatcher

src/ui/cached.rs:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133/// Watch for update of **any** [`Cached`] instance.
134#[derive(Debug, Default)]
135pub struct UpdateWatcher {
136 prev_ctr: usize,
137}
138
139impl UpdateWatcher {
140 /// Check whether any `Cached` instance was updated since last call.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected