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

Method framesForSpace

src/core/spaceManager/spaceManager.ts:244–246  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

242 return this.adapterForPath(path).readAllTables(path);
243 }
244 public framesForSpace (path: string) {
245 return this.adapterForPath(path).framesForSpace(path);
246 }
247 public readFrame (path: string, schema: string) {
248 return this.adapterForPath(path).readFrame(path, schema);
249 }

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
framesForSpaceMethod · 0.65

Tested by

no test coverage detected