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

Method invalidate_tile

nodedb-array/src/sync/apply.rs:274–277  ·  view source on GitHub ↗
(&mut self, array: &str, coord: &[CoordValue])

Source from the content-addressed store, hash-verified

272 }
273
274 fn invalidate_tile(&mut self, array: &str, coord: &[CoordValue]) -> ArrayResult<()> {
275 self.invalidated.push((array.to_string(), coord.to_vec()));
276 Ok(())
277 }
278}
279
280// ─── Tests ───────────────────────────────────────────────────────────────────

Callers 1

apply_opFunction · 0.80

Calls 3

to_stringMethod · 0.80
pushMethod · 0.45
to_vecMethod · 0.45

Tested by

no test coverage detected