MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / cache

Method cache

flow-rs/src/node/port.rs:182–184  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

180 }
181
182 pub fn cache(&self) -> &HashMap<u64, Receiver> {
183 &self.cache
184 }
185
186 pub fn is_closed(&self) -> bool {
187 let mut is_closed = self

Callers 1

execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected