MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / failuresPath

Function failuresPath

src/skills/learning/failures.ts:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114// ── I/O ──────────────────────────────────────────────────────────────────────
115
116function failuresPath(): string {
117 return path.join(os.homedir(), '.qodex', 'failures.jsonl');
118}
119
120export async function recordFailure(ev: Omit<FailureEvent, 'ts'>): Promise<void> {
121 try {

Callers 2

recordFailureFunction · 0.85
readFailuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected