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

Function _resetLspManagerForTesting

src/services/lsp/manager.ts:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 * tests on the same shard.
47 */
48export function _resetLspManagerForTesting(): void {
49 initializationState = 'not-started'
50 initializationError = undefined
51 initializationPromise = undefined
52 initializationGeneration++
53}
54
55/**
56 * Get the singleton LSP server manager instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected