Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
180
export
function
hasShownHintThisSession(): boolean {
181
return
shownThisSession
182
}
183
184
/** Test-only reset. */
185
export
function
_resetClaudeCodeHintStore(): void {
Callers
1
maybeRecordPluginHint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected