Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jvilk/BrowserFS
/ EmscriptenError
Interface
EmscriptenError
src/backend/Emscripten.ts:12–15 ·
view source on GitHub ↗
* @hidden
Source
from the content-addressed store, hash-verified
10
* @hidden
11
*/
12
interface
EmscriptenError {
13
node: EmscriptenFSNode;
14
errno: number;
15
}
16
17
/**
18
* @hidden
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected