MCPcopy Create free account
hub / github.com/Permify/permify / enosys

Function enosys

playground/src/wasm/wasm_exec.js:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7const globalThis = window;
8(() => {
9 const enosys = () => {
10 const err = new Error("not implemented");
11 err.code = "ENOSYS";
12 return err;
13 };
14
15 if (!globalThis.fs) {
16 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