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

Function _wasmfs_stat

system/lib/wasmfs/js_api.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261int _wasmfs_stat(const char* path, struct stat* statBuf) {
262 return __syscall_stat64(path, statBuf);
263}
264
265int _wasmfs_lstat(const char* path, struct stat* statBuf) {
266 return __syscall_lstat64(path, statBuf);

Callers

nothing calls this directly

Calls 1

__syscall_stat64Function · 0.70

Tested by

no test coverage detected