MCPcopy 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
18export function stateFilePath(): string {
19 return path.join(userSkillsDir(), '.state.json');
20}
21
22export async function loadSkillState(): Promise<SkillState> {
23 try {

Callers 2

loadSkillStateFunction · 0.85
saveSkillStateFunction · 0.85

Calls 1

userSkillsDirFunction · 0.85

Tested by

no test coverage detected