MCPcopy
hub / github.com/wavetermdev/waveterm / Clean

Method Clean

pkg/aiusechat/uctypes/uctypes.go:119–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (td *ToolDefinition) Clean() *ToolDefinition {
120 if td == nil {
121 return nil
122 }
123 rtn := *td
124 rtn.DisplayName = ""
125 rtn.ShortDescription = ""
126 return &rtn
127}
128
129func (td *ToolDefinition) Desc() string {
130 if td == nil {

Callers 15

RemoteFileCopyCommandMethod · 0.45
computeDirPartFunction · 0.45
fileInfoInternalMethod · 0.45
RemoteFileMoveCommandMethod · 0.45
RemoteMkdirCommandMethod · 0.45
ExpandHomeDirFunction · 0.45
handleLocalStreamFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected