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

Method runCommand

src/core/spaceManager/spaceManager.ts:276–278  ·  view source on GitHub ↗
(path: string, name: string, instance: ActionInstance)

Source from the content-addressed store, hash-verified

274 return this.adapterForPath(path).commandsForSpace(path);
275 }
276 public runCommand (path: string, name: string, instance: ActionInstance) {
277 return this.adapterForPath(path).runCommand(path, name, instance);
278 }
279 public createCommand (path: string, schema: SpaceTableSchema) {
280 return this.adapterForPath(path).createCommand(path, schema).then(f =>
281 this.superstate.reloadActions(this.spaceInfoForPath(path)));

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
runCommandMethod · 0.65

Tested by

no test coverage detected