| 494 | } |
| 495 | |
| 496 | type testMergeable struct{} |
| 497 | |
| 498 | func (t *testMergeable) Merge(_ Mergeable, _ bool) (Mergeable, error) { return nil, nil } |
| 499 | func (t *testMergeable) MergeContent() []string { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected