MCPcopy Index your code
hub / github.com/Marus/cortex-debug / UserSettings

Interface UserSettings

src/reporting.ts:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const sessionStarts: {[id: string]: Date} = {};
28
29interface UserSettings {
30 uuid: string;
31}
32
33function getUUID(): string {
34 if (!uuid) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected