| 44 | }; |
| 45 | |
| 46 | struct TestConfig { |
| 47 | McFlags dispatchflags; |
| 48 | InputType inputType; |
| 49 | bool swapInputs; |
| 50 | }; |
| 51 | |
| 52 | struct DataMapsQueryTest { |
| 53 | McContext context_ = MC_NULL_HANDLE; |
nothing calls this directly
no outgoing calls
no test coverage detected