MCPcopy Create free account
hub / github.com/apple/foundationdb / deleteWatchMetadata

Method deleteWatchMetadata

fdbclient/NativeAPI.actor.cpp:2318–2320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2316}
2317
2318void DatabaseContext::deleteWatchMetadata(int64_t tenantId, KeyRef key) {
2319 watchMap.erase(std::make_pair(tenantId, key));
2320}
2321
2322void DatabaseContext::clearWatchMetadata() {
2323 watchMap.clear();

Callers 4

catchFunction · 0.45
getWatchFutureFunction · 0.45

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected