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