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

Interface SqliteMemorySupportResult

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

Source from the content-addressed store, hash-verified

9export const SQLITE_MEMORY_PIN_FILES = [".nvmrc", ".node-version"] as const;
10
11export interface SqliteMemorySupportResult {
12 readonly ok: boolean;
13 readonly detail: string;
14}
15
16export interface NodeRuntimePinStatus {
17 readonly ok: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected