Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ clearHistory
Method
clearHistory
src/tools/ToolManager.ts:277–280 ·
view source on GitHub ↗
* 清空执行历史
()
Source
from the content-addressed store, hash-verified
275
* 清空执行历史
276
*/
277
public clearHistory(): void {
278
this.executionHistory = [];
279
this.log(
'执行历史已清空'
);
280
}
281
282
/**
283
* 获取工具统计信息
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected