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

Method has

src/agent/read-ledger.ts:82–84  ·  view source on GitHub ↗
(absPath: string)

Source from the content-addressed store, hash-verified

80 }
81
82 has(absPath: string): boolean {
83 return this.seen.has(absPath);
84 }
85
86 mtimeAt(absPath: string): number | undefined {
87 return this.seen.get(absPath);

Callers 13

gatherInfraSignalsFunction · 0.45
selectRelevantToolNamesFunction · 0.45
filterSchemasByRelevanceFunction · 0.45
gatherSessionEvidenceFunction · 0.45
compactFileReadsFunction · 0.45
relevantTouchedFilesFunction · 0.45
filterToTouchedFunction · 0.45
runMethod · 0.45
dedupHistoryFunction · 0.45
ageToolResultsFunction · 0.45
pathsConflictFunction · 0.45
groupMutatingForParallelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected