MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getUpdateSequence

Method getUpdateSequence

valdi/src/valdi/standalone_runtime/InMemoryKeychain.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41uint64_t InMemoryKeychain::getUpdateSequence() const {
42 std::lock_guard<Mutex> lock(_mutex);
43 return _updateSequence;
44}
45
46} // namespace Valdi

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64