MCPcopy
hub / github.com/dreadl0ck/netcap / MockFileExtractor

Struct MockFileExtractor

decoder/stream/file/framework_test.go:29–31  ·  view source on GitHub ↗

MockFileExtractor for testing

Source from the content-addressed store, hash-verified

27
28// MockFileExtractor for testing
29type MockFileExtractor struct {
30 protocol string
31}
32
33func (m *MockFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string {
34 return "mock-file-handle"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected