| 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__)); } |
no test coverage detected