MCPcopy
hub / github.com/codeaashu/claude-code / hasShownHintThisSession

Function hasShownHintThisSession

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

Source from the content-addressed store, hash-verified

178}
179
180export function hasShownHintThisSession(): boolean {
181 return shownThisSession
182}
183
184/** Test-only reset. */
185export function _resetClaudeCodeHintStore(): void {

Callers 1

maybeRecordPluginHintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected