MCPcopy Index your code
hub / github.com/anomalyco/opencode / shouldSeedDiagnosticsOnFirstPush

Function shouldSeedDiagnosticsOnFirstPush

packages/opencode/src/lsp/client.ts:119–121  ·  view source on GitHub ↗
(serverID: string)

Source from the content-addressed store, hash-verified

117// We seed the push cache on the very first publish so waitForFreshPush can
118// resolve immediately instead of waiting for a second debounced push.
119function shouldSeedDiagnosticsOnFirstPush(serverID: string) {
120 return serverID === "typescript"
121}
122
123export async function create(input: {
124 serverID: string

Callers 1

createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected