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

Method id

flow-plugins/src/video_server.rs:216–218  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

214 }
215 }
216 fn id(&self) -> u64 {
217 self.counter.fetch_add(1, Ordering::Relaxed)
218 }
219}
220
221impl Messages {

Callers 1

startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected