MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / enosys

Function enosys

wasm/playground/wasm_exec.js:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7(() => {
8 const enosys = () => {
9 const err = new Error("not implemented");
10 err.code = "ENOSYS";
11 return err;
12 };
13
14 if (!globalThis.fs) {
15 let outputBuf = "";

Callers 15

writeFunction · 0.70
chmodFunction · 0.70
chownFunction · 0.70
closeFunction · 0.70
fchmodFunction · 0.70
fchownFunction · 0.70
fstatFunction · 0.70
ftruncateFunction · 0.70
lchownFunction · 0.70
linkFunction · 0.70
lstatFunction · 0.70
mkdirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected