MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / BetaSignupChoiceFile

Interface BetaSignupChoiceFile

src/installer/beta-signup.ts:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const SUBMIT_TIMEOUT_MS = 8_000;
26
27interface BetaSignupChoiceFile {
28 status: 'subscribed' | 'declined';
29 updated_at: string;
30}
31
32export interface BetaSignupDeps {
33 /** Global state dir; defaults to ~/.codegraph. Tests inject a temp dir. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected