| 312 | } |
| 313 | |
| 314 | int memcache::get_begin(const char* key, unsigned short* flags /* = NULL */) |
| 315 | { |
| 316 | return get_begin(key, strlen(key), flags); |
| 317 | } |
| 318 | |
| 319 | int memcache::get_begin(const void* key, size_t klen, unsigned short* flags) |
| 320 | { |
nothing calls this directly
no test coverage detected