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

Method get

lib_acl_cpp/src/session/session.cpp:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179const char* session::get(const char* name)
180{
181 const session_string* bf = get_buf(name);
182 if (bf == NULL) {
183 return "";
184 }
185 return bf->c_str();
186}
187
188const session_string* session::get_buf(const char* name)
189{

Callers 10

acl_mdb_findFunction · 0.45
acl_mdt_findFunction · 0.45
get_attrsMethod · 0.45
conf.pyFile · 0.45
aFunction · 0.45
gaFunction · 0.45
AaFunction · 0.45
hvigor-wrapper.jsFile · 0.45
cFunction · 0.45
lFunction · 0.45

Calls 2

get_bufFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected