Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ NullFile
Method
NullFile
system/lib/wasmfs/special_files.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
public:
36
NullFile() : DataFile(S_IRUGO | S_IWUGO, NullBackend, S_IFCHR) {}
37
};
38
39
class StdinFile : public DataFile {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected