MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / forward_count

Method forward_count

src/server/mod.rs:243–245  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

241 }
242
243 fn forward_count(&mut self, name: &str) -> Option<&mut TraceKeyHandle<Value, T, isize>> {
244 self.internal.forward_count.get_mut(name)
245 }
246
247 fn forward_propose(
248 &mut self,

Callers 1

implementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected