MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / isBundleEntry

Function isBundleEntry

src/cm/lsp/api.ts:39–41  ·  view source on GitHub ↗
(entry: LspRegistrationEntry)

Source from the content-addressed store, hash-verified

37export type LspRegistrationEntry = LspServerManifest | LspServerBundle;
38
39function isBundleEntry(entry: LspRegistrationEntry): entry is LspServerBundle {
40 return typeof (entry as LspServerBundle)?.getServers === "function";
41}
42
43export function register(
44 entry: LspRegistrationEntry,

Callers 1

registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected