MCPcopy 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 接口
479func (ct *CachedTool) Name() string {
480 return ct.tool.Name()
481}
482
483// Description 实现 Tool 接口
484func (ct *CachedTool) Description() string {

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected