Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ error
Method
error
src/agent/ToolComponent.ts:378–380 ·
view source on GitHub ↗
* 记录错误
(message: string, error?: any)
Source
from the content-addressed store, hash-verified
376
* 记录错误
377
*/
378
private error(message: string, error?: any): void {
379
console.error(`[ToolComponent] ${message}`, error ||
''
);
380
}
381
}
Callers
3
init
Method · 0.95
destroy
Method · 0.95
callTool
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected