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

Function _wasmfs_chmod

system/lib/wasmfs/js_api.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180int _wasmfs_chmod(const char* path, mode_t mode) {
181 return __syscall_chmod(path, mode);
182}
183
184int _wasmfs_fchmod(int fd, mode_t mode) { return __syscall_fchmod(fd, mode); }
185

Callers

nothing calls this directly

Calls 1

__syscall_chmodFunction · 0.85

Tested by

no test coverage detected