Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axosoft/nsfw
/ ~NativeInterface
Method
~NativeInterface
src/NativeInterface.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
NativeInterface::~NativeInterface() {
8
mNativeInterface.reset(nullptr);
9
}
10
11
std::string NativeInterface::getError() {
12
return mNativeInterface->getError();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected