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

Method get_begin

lib_acl_cpp/src/memcache/memcache.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314int memcache::get_begin(const char* key, unsigned short* flags /* = NULL */)
315{
316 return get_begin(key, strlen(key), flags);
317}
318
319int memcache::get_begin(const void* key, size_t klen, unsigned short* flags)
320{

Callers

nothing calls this directly

Calls 9

openFunction · 0.85
acl_argv_splitFunction · 0.85
acl_argv_freeFunction · 0.85
getsMethod · 0.80
compareMethod · 0.80
closeFunction · 0.50
formatMethod · 0.45
c_strMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected