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

Function get_sid

lib_acl_cpp/include/acl_cpp/session/session.hpp:81–84  ·  view source on GitHub ↗

* Get the unique ID identifier of this session object. * @return {const char*} Non-empty. */

Source from the content-addressed store, hash-verified

79 * @return {const char*} Non-empty.
80 */
81 virtual const char* get_sid(void) const
82 {
83 return sid_.c_str();
84 }
85
86 /**
87 * Set the unique ID identifier of this session object.

Callers 11

get_attrsMethod · 0.50
set_attrsMethod · 0.50
removeMethod · 0.50
set_timeoutMethod · 0.50
setMethod · 0.50
get_bufMethod · 0.50
delMethod · 0.50
set_attrsMethod · 0.50
get_attrsMethod · 0.50
removeMethod · 0.50
set_timeoutMethod · 0.50

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…