| 58 | } |
| 59 | |
| 60 | KVDBResponse |
| 61 | get64(string const& id, string const& key, int64_t *val) |
| 62 | { |
| 63 | return request64(KVDBRequest::GET, id, key, 0, val); |
| 64 | } |
| 65 | |
| 66 | KVDBResponse |
| 67 | set64(string const& id, string const& key, int64_t val, int64_t *oldVal) |
no test coverage detected