MCPcopy
hub / github.com/alibaba/pont / ScmCommand

Interface ScmCommand

packages/vscode-pont/src/commands/index.ts:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61type CommandType = 'command' | 'TextEditorCommand';
62
63interface ScmCommand {
64 commandId: string;
65 key: string;
66 method: Function;
67 type: CommandType;
68}
69
70const Commands: ScmCommand[] = [];
71const managerCleanUps: Disposable[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected