MCPcopy Create free account
hub / github.com/Freax13/mushroom / new_dev

Function new_dev

tee/kernel/src/fs/node.rs:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57pub fn new_dev() -> u64 {
58 static DEV_COUNTER: AtomicU64 = AtomicU64::new(1);
59 DEV_COUNTER.fetch_add(1, Ordering::SeqCst)
60}
61
62pub type DynINode = Arc<dyn INode>;
63

Callers 2

newFunction · 0.85
newMethod · 0.85

Calls 1

newFunction · 0.50

Tested by

no test coverage detected