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

Function _wasmfs_ftruncate

system/lib/wasmfs/js_api.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233int _wasmfs_ftruncate(int fd, off_t length) {
234 return __syscall_ftruncate64(fd, length);
235}
236
237int _wasmfs_close(int fd) { return __wasi_fd_close(fd); }
238

Callers

nothing calls this directly

Calls 1

__syscall_ftruncate64Function · 0.85

Tested by

no test coverage detected