Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
pub fn new_dev() -> u64 {
58
static DEV_COUNTER: AtomicU64 = AtomicU64::new(1);
59
DEV_COUNTER.fetch_add(1, Ordering::SeqCst)
60
}
61
62
pub type DynINode = Arc<dyn INode>;
63
Callers
2
new
Function · 0.85
new
Method · 0.85
Calls
1
new
Function · 0.50
Tested by
no test coverage detected