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

Function hasShownLspRecommendationThisSession

src/bootstrap/state.ts:1402–1404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1400
1401// LSP plugin recommendation session tracking
1402export function hasShownLspRecommendationThisSession(): boolean {
1403 return STATE.lspRecommendationShownThisSession
1404}
1405
1406export function setLspRecommendationShownThisSession(value: boolean): void {
1407 STATE.lspRecommendationShownThisSession = value

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected