MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / pycbc_connection__ping__

Function pycbc_connection__ping__

src/pycbc_connection.cxx:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static PyObject*
105pycbc_connection__ping__(pycbc_connection* self, PyObject* args, PyObject* kwargs)
106{
107 if (!validate_connection_and_args(self, args, kwargs, "ping")) {
108 return nullptr;
109 }
110 return self->conn->ping(kwargs);
111}
112
113static PyObject*
114pycbc_connection__get_connection_info__(pycbc_connection* self, PyObject* args, PyObject* kwargs)

Callers

nothing calls this directly

Calls 1

pingMethod · 0.45

Tested by

no test coverage detected