Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ plugin
Method
plugin
libraries/app/plugin.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace graphene { namespace app {
26
27
plugin::plugin()
28
{
29
_app = nullptr;
30
return;
31
}
32
33
plugin::~plugin()
34
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected