MCPcopy
hub / github.com/leaningtech/webvm / clearMessageHistory

Function clearMessageHistory

src/lib/anthropic.js:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145export function clearMessageHistory() {
146 messages.length = 0;
147 messageList.set(messages);
148}
149
150export function forceStop() {
151 stopFlag = true;

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected