Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ getHistory
Method
getHistory
packages/core/src/core/client.ts:173–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
getHistory(): Content[] {
174
return
this.getChat().getHistory();
175
}
176
177
setHistory(
178
history: Content[],
Callers
12
sendMessageStream
Method · 0.95
checkNextSpeaker
Function · 0.45
findLastEditTimestamp
Function · 0.45
run
Method · 0.45
tryCompressChat
Method · 0.45
anusChat.test.ts
File · 0.45
client.test.ts
File · 0.45
checkForLoopWithLLM
Method · 0.45
refreshAuth
Method · 0.45
copyCommand.ts
File · 0.45
chatCommand.ts
File · 0.45
saveRestorableToolCalls
Function · 0.45
Calls
1
getChat
Method · 0.95
Tested by
no test coverage detected