Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
function
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
loadLinks
Function · 0.85
saveLinks
Function · 0.85
Calls
1
resolveProjectDir
Function · 0.85
Tested by
no test coverage detected