MCPcopy 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
32FuseState* state() {
33 return static_cast<FuseState*>(fuse_get_context()->private_data);
34}
35
36std::string normalize_path(const char* path) {
37 if (!path || !*path) return "/";

Callers 1

resolve_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected