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

Method StdinFile

system/lib/wasmfs/special_files.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63public:
64 StdinFile() : DataFile(S_IRUGO, NullBackend, S_IFCHR) { seekable = false; }
65};
66
67// A standard stream that writes: stdout or stderr.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected