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

Class UpdateWatcher

src/storage/notify.rs:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22/// Tracks table sequence numbers for change detection.
23#[derive(Debug, Default)]
24pub struct UpdateWatcher {
25 prev_seq: [u64; Db::NUM_TABLES],
26}
27
28impl UpdateWatcher {
29 /// Detect whether any table changed since the last call.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected