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

Method SSLCert

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

Source from the content-addressed store, hash-verified

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,
142 double load_1, double load_5, double load_15, double ping_10010, double ping_189, double ping_10086,

Callers 2

SSLCheckThreadFunction · 0.80
JSONUpdateThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected