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

Method readTable

src/core/spaceManager/spaceManager.ts:208–210  ·  view source on GitHub ↗
(path: string, schema: string)

Source from the content-addressed store, hash-verified

206 return this.adapterForPath(path).contextInitiated(path);
207 }
208 public readTable (path: string, schema: string) {
209 return this.adapterForPath(path).readTable(path, schema);
210 }
211
212 public createTable (path: string, schema: SpaceTableSchema) {
213

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
readTableMethod · 0.65

Tested by

no test coverage detected