MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPendingHintSnapshot

Function getPendingHintSnapshot

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

Source from the content-addressed store, hash-verified

174export const subscribeToPendingHint = pendingHintChanged.subscribe
175
176export function getPendingHintSnapshot(): ClaudeCodeHint | null {
177 return pendingHint
178}
179
180export function hasShownHintThisSession(): boolean {
181 return shownThisSession

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected