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

Function markShownThisSession

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

Source from the content-addressed store, hash-verified

168
169/** Flip the once-per-session flag. Call only when a dialog is actually shown. */
170export function markShownThisSession(): void {
171 shownThisSession = true
172}
173
174export const subscribeToPendingHint = pendingHintChanged.subscribe
175

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected