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

Function _wasmfs_lstat

system/lib/wasmfs/js_api.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265int _wasmfs_lstat(const char* path, struct stat* statBuf) {
266 return __syscall_lstat64(path, statBuf);
267}
268
269// The legacy JS API requires a mountpoint to already exist, so WasmFS will
270// attempt to remove the target directory if it exists before replacing it with

Callers

nothing calls this directly

Calls 1

__syscall_lstat64Function · 0.70

Tested by

no test coverage detected