Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
ConfigMutationRef IKnobCollection::createClearMutation(Arena arena, KeyRef key) {
136
return ConfigMutationRef(arena, ConfigKeyRef::decodeKey(key), {});
137
}
Callers
nothing calls this directly
Calls
2
ConfigMutationRef
Class · 0.85
decodeKey
Function · 0.85
Tested by
no test coverage detected