MCPcopy Create free account
hub / github.com/Noumena-Network/code / resetFirstTokenDateConfig

Function resetFirstTokenDateConfig

src/services/api/firstTokenDate.test.ts:85–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85function resetFirstTokenDateConfig(): void {
86 saveGlobalConfig(current => ({
87 ...current,
88 claudeCodeFirstTokenDate: undefined,
89 }))
90}
91
92beforeAll(async () => {
93 tempConfigDir = await mkdtemp(join(tmpdir(), 'ncode-first-token-date-'))

Callers 1

Calls 1

saveGlobalConfigFunction · 0.50

Tested by

no test coverage detected