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

Method Watchdog

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

Source from the content-addressed store, hash-verified

135 int Run();
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected