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

Method saveTable

src/core/spaceManager/spaceManager.ts:225–227  ·  view source on GitHub ↗
(path: string, table: SpaceTable, force?: boolean)

Source from the content-addressed store, hash-verified

223 return f});
224 }
225 public saveTable (path: string, table: SpaceTable, force?: boolean) {
226 return this.adapterForPath(path).saveTable(path, table, force)
227 }
228 public deleteTable (path: string, name: string) {
229
230 return this.adapterForPath(path).deleteTable(path, name).then(f => {

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
saveTableMethod · 0.65

Tested by

no test coverage detected