MCPcopy Create free account
hub / github.com/cinience/RedisStudio / ping

Method ping

RedisStudio/Base/Http.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool Http::ping()
40{
41 if (_ip.empty()) return false;
42 return true;
43}
44
45Http::Response Http::post(const std::string& path, const std::string& data)
46{

Callers 1

BackgroundWorkMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected