MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / get64

Function get64

src/kvdb.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

sendQueriesFunction · 0.85

Calls 1

request64Function · 0.85

Tested by

no test coverage detected