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

Function resolveProjectDir

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

Source from the content-addressed store, hash-verified

51 * written here.
52 */
53export function resolveProjectDir(cwd: string): string {
54 return path.join(cwd, ".orb")
55}
56
57function linksFilePath(cwd: string): string {
58 return path.join(resolveProjectDir(cwd), "links.json")

Callers 2

AppFunction · 0.85
linksFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected