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

Function session_string

lib_acl_cpp/include/acl_cpp/session/session.hpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23public:
24 session_string(size_t n = 64) : string(n), todo_(TODO_NUL) {}
25 session_string(const session_string& ss) : string(ss)
26 {
27 todo_ = ss.todo_;
28 }
29 session_string(const string& s) : string(s), todo_(TODO_NUL) {}
30 session_string(const char* s) : string(s), todo_(TODO_NUL) {}
31 ~session_string() {}

Callers 1

session.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…