MCPcopy Create free account
hub / github.com/Make-md/makemd / runCommand

Method runCommand

src/shared/types/spaceManager.ts:71–71  ·  view source on GitHub ↗
(path: string, name: string, instance: ActionInstance)

Source from the content-addressed store, hash-verified

69 saveFrame(path: string, frame: MDBFrame): Promise<void>;
70 commandsForSpace(path: string): Promise<Command[]>;
71 runCommand(path: string, name: string, instance: ActionInstance): Promise<CommandResult>;
72 createCommand(path: string, schema: SpaceTableSchema): Promise<boolean>;
73 deleteCommand(path: string, name: string): Promise<boolean>;
74 saveCommand(path: string, schemaId: string, saveCommand: (prev: Command) => Command): Promise<boolean>;

Callers

nothing calls this directly

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected