| 100 | } |
| 101 | |
| 102 | MonitorPluginEntry::MonitorPluginEntry() { |
| 103 | monitor_plugin_ = new MonitorPlugin(); |
| 104 | is_set_ = false; |
| 105 | } |
| 106 | |
| 107 | MonitorPluginEntry::~MonitorPluginEntry() { |
| 108 | if (!is_set_) { |
nothing calls this directly
no outgoing calls
no test coverage detected