Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
145
export
function
clearMessageHistory() {
146
messages.length = 0;
147
messageList.set(messages);
148
}
149
150
export
function
forceStop() {
151
stopFlag = true;
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected