MCPcopy Create free account
hub / github.com/Axosoft/nsfw / getError

Method getError

src/NativeInterface.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11std::string NativeInterface::getError() {
12 return mNativeInterface->getError();
13}
14
15bool NativeInterface::hasErrored() {
16 return mNativeInterface->hasErrored();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected