Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Name
Method
Name
pkg/tools/cache.go:479–481 ·
view source on GitHub ↗
Name 实现 Tool 接口
()
Source
from the content-addressed store, hash-verified
477
478
// Name 实现 Tool 接口
479
func
(ct *CachedTool) Name() string {
480
return
ct.tool.Name()
481
}
482
483
// Description 实现 Tool 接口
484
func
(ct *CachedTool) Description() string {
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected