MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / NodeState

Method NodeState

system/lib/wasmfs/backends/node_backend.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 std::string path;
27
28 NodeState(std::string path) : path(path) {}
29
30 int getFD() {
31 assert(openCount > 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected