MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / advance_watermark

Method advance_watermark

nodedb/src/data/executor/core_loop/state.rs:440–442  ·  view source on GitHub ↗
(&mut self, lsn: Lsn)

Source from the content-addressed store, hash-verified

438 }
439
440 pub fn advance_watermark(&mut self, lsn: Lsn) {
441 self.watermark = lsn;
442 }
443}

Callers 1

watermark_in_responseFunction · 0.80

Calls

no outgoing calls

Tested by 1

watermark_in_responseFunction · 0.64