MCPcopy
hub / github.com/garrytan/gstack / ClassifyOptions

Interface ClassifyOptions

lib/gbrain-local-status.ts:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 | "timeout";
51
52export interface ClassifyOptions {
53 /** Bypass the 60s cache. Used after any state-mutating operation. */
54 noCache?: boolean;
55 /** Env override for the spawned `gbrain` (used by tests to point at a fake binary). */
56 env?: NodeJS.ProcessEnv;
57}
58
59interface CacheEntry {
60 // Local-cache schema version, controlled by gstack. Not to be confused

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected