MCPcopy Create free account
hub / github.com/Icinga/icinga2 / clear

Method clear

lib/pgsql_shim/pgsqlinterface.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void clear(PGresult *res) const override
16 {
17 PQclear(res);
18 }
19
20 char *cmdTuples(PGresult *res) const override
21 {

Callers 3

PauseMethod · 0.45
FlushWQMethod · 0.45
FlushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected