Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ removeAllPublicKeys
Method
removeAllPublicKeys
fdbrpc/FlowTransport.actor.cpp:1992–1994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1990
}
1991
1992
void FlowTransport::removeAllPublicKeys() {
1993
self->publicKeys.clear();
1994
}
1995
1996
void FlowTransport::loadPublicKeyFile(const std::string& filePath) {
1997
if (!fileExists(filePath)) {
Callers
1
TokenCache.actor.cpp
File · 0.80
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected