MCPcopy 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

25namespace graphene { namespace app {
26
27plugin::plugin()
28{
29 _app = nullptr;
30 return;
31}
32
33plugin::~plugin()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected