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

Method setFlags

system/lib/wasmfs/file_table.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 oflags_t getFlags() const { return openFileState->flags; };
96 void setFlags(oflags_t flags) { openFileState->flags = flags; };
97 };
98
99 Handle locked() { return Handle(shared_from_this()); }

Callers 1

__syscall_fcntl64Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected