Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ from
Method
from
core/src/vfs/mod.rs:31–33 ·
view source on GitHub ↗
(maker: DirMaker)
Source
from the content-addressed store, hash-verified
29
30
impl From<DirMaker> for NodeOpsMux {
31
fn from(maker: DirMaker) -> Self {
32
Self::Dir(maker)
33
}
34
}
35
36
impl<T: FileNodeOps> From<Arc<T>> for NodeOpsMux {
Callers
nothing calls this directly
Calls
1
File
Class · 0.85
Tested by
no test coverage detected