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

Method spaceDefForSpace

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

Source from the content-addressed store, hash-verified

343 return this.adapterForPath(path).spaceInfoForPath(path);
344 }
345 public spaceDefForSpace (path: string) {
346 return this.adapterForPath(path).spaceDefForSpace(path);
347 }
348
349 public readLabel (path: string) {
350 return this.adapterForPath(path).readLabel(path);

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
spaceDefForSpaceMethod · 0.65

Tested by

no test coverage detected