| 9 | } |
| 10 | |
| 11 | std::string NativeInterface::getError() { |
| 12 | return mNativeInterface->getError(); |
| 13 | } |
| 14 | |
| 15 | bool NativeInterface::hasErrored() { |
| 16 | return mNativeInterface->hasErrored(); |
nothing calls this directly
no outgoing calls
no test coverage detected