MCPcopy Index your code
hub / github.com/codeaashu/claude-code / clearPendingHint

Function clearPendingHint

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

Source from the content-addressed store, hash-verified

160
161/** Clear the slot without flipping the session flag — for rejected hints. */
162export function clearPendingHint(): void {
163 if (pendingHint !== null) {
164 pendingHint = null
165 notify()
166 }
167}
168
169/** Flip the once-per-session flag. Call only when a dialog is actually shown. */
170export function markShownThisSession(): void {

Callers 1

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected