Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ RandomFile
Method
RandomFile
system/lib/wasmfs/special_files.cpp:166–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
165
public:
166
RandomFile() : DataFile(S_IRUGO, NullBackend, S_IFCHR) { seekable = false; }
167
};
168
169
} // anonymous namespace
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected