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

Method getProject

src/session/store.ts:429–434  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

427 logger.debug('FTS over facts unavailable; recall search will fall back to LIKE', { err: e?.message });
428 this.ftsReady = false;
429 }
430 }
431
432 /**
433 * Search remembered facts by relevance (FTS5 bm25 rank), scoped like getFactsByScope.
434 * Empty/again-unusable query ⇒ []. Falls back to a LIKE scan when FTS5 isn't available.
435 */
436 private messagesFtsReady = false;
437

Callers 5

projectTitleFunction · 0.80
handleSlashCommandFunction · 0.80
gatherDashboardDataFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected