MCPcopy Create free account
hub / github.com/acl-dev/acl / get_error

Function get_error

lib_acl_cpp/include/acl_cpp/db/db_handle.hpp:316–318  ·  view source on GitHub ↗

* Get last database operation error string. * @return {const char*} */

Source from the content-addressed store, hash-verified

314 * @return {const char*}
315 */
316 virtual const char* get_error() const {
317 return "unkonwn error";
318 }
319
320 /**
321 * Pure virtual interface. Subclasses must implement this interface to open

Callers 12

get_objectMethod · 0.50
begin_transactionMethod · 0.50
commitMethod · 0.50
rollbackMethod · 0.50
begin_transactionMethod · 0.50
commitMethod · 0.50
rollbackMethod · 0.50
begin_transactionMethod · 0.50
commitMethod · 0.50
prepareMethod · 0.50
nextMethod · 0.50
get_objectMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…