mockToolWithoutAnnotations 不带注解的模拟工具
| 184 | |
| 185 | // mockToolWithoutAnnotations 不带注解的模拟工具 |
| 186 | type mockToolWithoutAnnotations struct { |
| 187 | name string |
| 188 | } |
| 189 | |
| 190 | func (m *mockToolWithoutAnnotations) Name() string { return m.name } |
| 191 | func (m *mockToolWithoutAnnotations) Description() string { return "mock tool without annotations" } |
nothing calls this directly
no outgoing calls
no test coverage detected