Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/louislam/dockge
/ BaseRes
Interface
BaseRes
common/util-common.ts:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
export
interface
BaseRes {
25
ok: boolean;
26
msg?: string;
27
}
28
29
let
randomBytes : (numBytes: number) => Uint8Array;
30
initRandomBytes();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected