MCPcopy Create free account
hub / github.com/freecodexyz/free-code / _resetClaudeCodeHintStore

Function _resetClaudeCodeHintStore

src/utils/claudeCodeHints.ts:185–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184/** Test-only reset. */
185export function _resetClaudeCodeHintStore(): void {
186 pendingHint = null
187 shownThisSession = false
188}
189
190export const _test = {
191 parseAttrs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected