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

Method runCommand

src/core/spaceManager/webAdapter/webAdapter.ts:256–259  ·  view source on GitHub ↗
(path: string, name: string, args: any)

Source from the content-addressed store, hash-verified

254 }
255
256 public async runCommand (path: string, name: string, args: any) : Promise<CommandResult> {
257
258 return null
259 }
260 public async createCommand (path: string, schema: SpaceTableSchema) {
261
262

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected