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

Function session_string

lib_acl_cpp/include/acl_cpp.cn/session/session.hpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22public:
23 session_string(size_t n = 64) : string(n), todo_(TODO_NUL) {}
24 session_string(const session_string& ss) : string(ss)
25 {
26 todo_ = ss.todo_;
27 }
28 session_string(const string& s) : string(s), todo_(TODO_NUL) {}
29 session_string(const char* s) : string(s), todo_(TODO_NUL) {}
30 ~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…