Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MemNixFS/MemNixFS
/ state
Function
state
src/mount/fuse_mount.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
};
31
32
FuseState* state() {
33
return static_cast<FuseState*>(fuse_get_context()->private_data);
34
}
35
36
std::string normalize_path(const char* path) {
37
if (!path || !*path) return
"/"
;
Callers
1
resolve_node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected