()
| 98 | } |
| 99 | |
| 100 | func (f fallbackInput) String() string { |
| 101 | return fmt.Sprint(f.Raw) |
| 102 | } |
| 103 | |
| 104 | func (r *ToolRegistry) FilteredCopy(allow, deny map[string]struct{}, readOnlyOnly, enabledOnly bool) *ToolRegistry { |
| 105 | filtered := NewToolRegistry() |
no outgoing calls