proxygen
ReplayCache.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-present, Facebook, Inc.
3  * All rights reserved.
4  *
5  * This source code is licensed under the BSD-style license found in the
6  * LICENSE file in the root directory of this source tree.
7  */
8 
10 
12 
13 namespace fizz {
14 
16  switch (result) {
18  return "NotChecked";
20  return "NotReplay";
22  return "MaybeReplay";
24  return "DefinitelyReplay";
25  }
26  return "Invalid ReplayCacheResult";
27 }
28 } // namespace fizz
folly::StringPiece toString(StateEnum state)
Definition: State.cpp:16
Definition: Actions.h:16