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

Interface AcodeApi

src/cm/lsp/types.ts:569–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567// ============================================================================
568
569export interface AcodeApi {
570 registerFormatter: (
571 id: string,
572 extensions: string[],
573 formatter: () => Promise<boolean>,
574 label: string,
575 ) => void;
576}
577
578/**
579 * Uri utility interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected