MCPcopy Create free account
hub / github.com/Waishnav/devspace / readWorkspaceAppManifest

Function readWorkspaceAppManifest

src/server.ts:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380}
381
382function readWorkspaceAppManifest(): WorkspaceAppManifest {
383 return JSON.parse(readFileSync(uiManifestUrl(), "utf8")) as WorkspaceAppManifest;
384}
385
386function getWorkspaceAppManifestEntry(): WorkspaceAppManifestEntry {
387 const manifest = readWorkspaceAppManifest();

Callers 1

Calls 1

uiManifestUrlFunction · 0.85

Tested by

no test coverage detected