Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ getMessages
Method
getMessages
src/QueryEngine.ts:1162–1164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1160
}
1161
1162
getMessages(): readonly Message[] {
1163
return
this.mutableMessages
1164
}
1165
1166
getReadFileState(): FileStateCache {
1167
return
this.readFileState
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected