()
| 183 | |
| 184 | /** Test-only reset. */ |
| 185 | export function _resetClaudeCodeHintStore(): void { |
| 186 | pendingHint = null |
| 187 | shownThisSession = false |
| 188 | } |
| 189 | |
| 190 | export const _test = { |
| 191 | parseAttrs, |
nothing calls this directly
no outgoing calls
no test coverage detected