Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
uint64_t InMemoryKeychain::getUpdateSequence() const {
42
std::lock_guard<Mutex> lock(_mutex);
43
return _updateSequence;
44
}
45
46
} // namespace Valdi
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64