MCPcopy
hub / github.com/colbymchenry/codegraph / hasStoredChoice

Method hasStoredChoice

src/telemetry/index.ts:229–231  ·  view source on GitHub ↗

True once any consent decision (or the first-run notice) is on disk.

()

Source from the content-addressed store, hash-verified

227
228 /** True once any consent decision (or the first-run notice) is on disk. */
229 hasStoredChoice(): boolean {
230 return this.readConfig() !== null;
231 }
232
233 // -------------------------------------------------------------- recording
234

Callers 1

runInstallerWithOptionsFunction · 0.80

Calls 1

readConfigMethod · 0.95

Tested by

no test coverage detected