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

Method saveCommand

src/core/spaceManager/webAdapter/webAdapter.ts:287–290  ·  view source on GitHub ↗
(path: string, schemaId: string, saveCommand: (prev: Command) => Command)

Source from the content-addressed store, hash-verified

285 return
286 }
287 public async saveCommand (path: string, schemaId: string, saveCommand: (prev: Command) => Command) {
288
289 return false
290 }
291
292 public async contextForSpace (path: string) : Promise<SpaceTable> {
293

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected