MockFileExtractor for testing
| 27 | |
| 28 | // MockFileExtractor for testing |
| 29 | type MockFileExtractor struct { |
| 30 | protocol string |
| 31 | } |
| 32 | |
| 33 | func (m *MockFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string { |
| 34 | return "mock-file-handle" |
nothing calls this directly
no outgoing calls
no test coverage detected