| 323 | } |
| 324 | |
| 325 | type flattenFakeContext struct { |
| 326 | mergeName string |
| 327 | mergeSources []string |
| 328 | } |
| 329 | |
| 330 | func (f *flattenFakeContext) Create(string, string, []string, string, bool) (string, error) { |
| 331 | return "ok", nil |
nothing calls this directly
no outgoing calls
no test coverage detected