MCPcopy
hub / github.com/zegl/kube-score / enosys

Function enosys

web/public/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.85
chmodFunction · 0.85
chownFunction · 0.85
closeFunction · 0.85
fchmodFunction · 0.85
fchownFunction · 0.85
fstatFunction · 0.85
ftruncateFunction · 0.85
lchownFunction · 0.85
linkFunction · 0.85
lstatFunction · 0.85
mkdirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected