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

Method createClearMutation

fdbclient/IKnobCollection.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135ConfigMutationRef IKnobCollection::createClearMutation(Arena arena, KeyRef key) {
136 return ConfigMutationRef(arena, ConfigKeyRef::decodeKey(key), {});
137}

Callers

nothing calls this directly

Calls 2

ConfigMutationRefClass · 0.85
decodeKeyFunction · 0.85

Tested by

no test coverage detected