MCPcopy 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
30impl From<DirMaker> for NodeOpsMux {
31 fn from(maker: DirMaker) -> Self {
32 Self::Dir(maker)
33 }
34}
35
36impl<T: FileNodeOps> From<Arc<T>> for NodeOpsMux {

Callers

nothing calls this directly

Calls 1

FileClass · 0.85

Tested by

no test coverage detected