Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wirasm/kild
/ projectsFile
Function
projectsFile
engine/src/kild/projects.ts:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
function
projectsFile(): string {
13
return
path.join(kildHome(),
'projects.json'
);
14
}
15
16
/**
17
* Registered projects, or `[]`.
Callers
3
loadProjects
Function · 0.85
removeProject
Function · 0.85
addProject
Function · 0.85
Calls
2
kildHome
Function · 0.90
join
Method · 0.80
Tested by
no test coverage detected