Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ stateFilePath
Function
stateFilePath
src/skills/loader.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
export
function
stateFilePath(): string {
19
return
path.join(userSkillsDir(),
'.state.json'
);
20
}
21
22
export
async
function
loadSkillState(): Promise<SkillState> {
23
try {
Callers
2
loadSkillState
Function · 0.85
saveSkillState
Function · 0.85
Calls
1
userSkillsDir
Function · 0.85
Tested by
no test coverage detected