MCPcopy 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
1992void FlowTransport::removeAllPublicKeys() {
1993 self->publicKeys.clear();
1994}
1995
1996void FlowTransport::loadPublicKeyFile(const std::string& filePath) {
1997 if (!fileExists(filePath)) {

Callers 1

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected