MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / linksFilePath

Function linksFilePath

src/config/links.ts:57–59  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

55}
56
57function linksFilePath(cwd: string): string {
58 return path.join(resolveProjectDir(cwd), "links.json")
59}
60
61/**
62 * Read the linked repos for a project (empty array if none / unreadable).

Callers 2

loadLinksFunction · 0.85
saveLinksFunction · 0.85

Calls 1

resolveProjectDirFunction · 0.85

Tested by

no test coverage detected