Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
write
Function · 0.85
chmod
Function · 0.85
chown
Function · 0.85
close
Function · 0.85
fchmod
Function · 0.85
fchown
Function · 0.85
fstat
Function · 0.85
ftruncate
Function · 0.85
lchown
Function · 0.85
link
Function · 0.85
lstat
Function · 0.85
mkdir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected