MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~MonitorPluginEntry

Method ~MonitorPluginEntry

phxsqlproxy/plugin/monitor/monitor_plugin.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107MonitorPluginEntry::~MonitorPluginEntry() {
108 if (!is_set_) {
109 delete monitor_plugin_, monitor_plugin_ = NULL;
110 }
111}
112
113MonitorPluginEntry * MonitorPluginEntry::GetDefault() {
114 static MonitorPluginEntry entry;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected