MCPcopy Create free account
hub / github.com/cppla/ServerStatus / Monitors

Method Monitors

server/src/main.h:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 CWatchDog *Watchdog(int ruleID) { return &m_aCWatchDogs[ruleID]; }
138 CMonitors *Monitors(int ruleID) { return &m_aCMonitors[ruleID]; }
139 CSSLCerts *SSLCert(int ruleID) { return &m_aCSSLCerts[ruleID]; }
140
141 void WatchdogMessage(int ClientNetID,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected