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

Function get_id

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

* Get instance's unique ID. * @return {const char*} Returns empty to indicate unique ID was not set. */

Source from the content-addressed store, hash-verified

517 * @return {const char*} Returns empty to indicate unique ID was not set.
518 */
519 const char* get_id() const {
520 return id_;
521 }
522
523 /**
524 * Set time when database connection handle was last used.

Callers 15

runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
getMethod · 0.50
pools_dumpMethod · 0.50

Calls

no outgoing calls

Tested by 1

runMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…