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

Method MonitorPluginEntry

phxsqlproxy/plugin/monitor/monitor_plugin.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102MonitorPluginEntry::MonitorPluginEntry() {
103 monitor_plugin_ = new MonitorPlugin();
104 is_set_ = false;
105}
106
107MonitorPluginEntry::~MonitorPluginEntry() {
108 if (!is_set_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected