MCPcopy
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
24export interface BaseRes {
25 ok: boolean;
26 msg?: string;
27}
28
29let randomBytes : (numBytes: number) => Uint8Array;
30initRandomBytes();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected