MCPcopy
hub / github.com/Narcooo/inkos / NodeRuntimePinStatus

Interface NodeRuntimePinStatus

packages/cli/src/runtime-requirements.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface NodeRuntimePinStatus {
17 readonly ok: boolean;
18 readonly detail: string;
19 readonly missing: ReadonlyArray<string>;
20}
21
22export interface NodeRuntimePinRepairResult {
23 readonly updated: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected