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

Method id

flow-plugins/src/bytes_server.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124 }
125 }
126 fn id(&self) -> u64 {
127 self.counter.fetch_add(1, Ordering::Relaxed)
128 }
129}

Callers 1

analyzeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected