Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gatherInfraSignals
Function · 0.45
selectRelevantToolNames
Function · 0.45
filterSchemasByRelevance
Function · 0.45
gatherSessionEvidence
Function · 0.45
compactFileReads
Function · 0.45
relevantTouchedFiles
Function · 0.45
filterToTouched
Function · 0.45
run
Method · 0.45
dedupHistory
Function · 0.45
ageToolResults
Function · 0.45
pathsConflict
Function · 0.45
groupMutatingForParallel
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected