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

Method addPrefix

fdbclient/FileBackupAgent.actor.cpp:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 [](ERestoreState s) -> StringRef { return FileBackupAgent::restoreStateText(s); });
146 }
147 KeyBackedProperty<Key> addPrefix() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
148 KeyBackedProperty<Key> removePrefix() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
149 KeyBackedProperty<bool> onlyApplyMutationLogs() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
150 KeyBackedProperty<bool> inconsistentSnapshotOnly() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }

Callers 3

initApplyMutationsMethod · 0.95
getFullStatus_implMethod · 0.45
_executeMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected