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

Method NodeFile

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

Source from the content-addressed store, hash-verified

102 NodeState state;
103
104 NodeFile(mode_t mode, backend_t backend, std::string path)
105 : DataFile(mode, backend), state(path) {}
106
107private:
108 off_t getSize() override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected