MCPcopy 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

sendMessageStreamMethod · 0.95
checkNextSpeakerFunction · 0.45
findLastEditTimestampFunction · 0.45
runMethod · 0.45
tryCompressChatMethod · 0.45
anusChat.test.tsFile · 0.45
client.test.tsFile · 0.45
checkForLoopWithLLMMethod · 0.45
refreshAuthMethod · 0.45
copyCommand.tsFile · 0.45
chatCommand.tsFile · 0.45
saveRestorableToolCallsFunction · 0.45

Calls 1

getChatMethod · 0.95

Tested by

no test coverage detected