| 42 | } |
| 43 | |
| 44 | bool PhysicalDevice::WasUncalled(Func func) const { return GetCallState(func) == vvl::CallState::Uncalled; } |
| 45 | |
| 46 | bool PhysicalDevice::WasCalled(Func func) const { return GetCallState(func) != vvl::CallState::Uncalled; } |
| 47 |
no outgoing calls
no test coverage detected