Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ removeTool
Function
removeTool
ui/src/stores/tools.ts:137–139 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
135
* 移除工具记录
136
*/
137
const
removeTool = (id: string) => {
138
toolRuns.value.delete(id);
139
};
140
141
/**
142
* 清除所有工具记录
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected