| 32 | static SerializeBodyFn g_serializeBody = nullptr; |
| 33 | |
| 34 | void SetSerializer(SerializeBodyFn fn) { g_serializeBody = fn; } |
| 35 | |
| 36 | static std::atomic<bool> g_installed{false}; |
| 37 | static std::atomic<bool> g_shuttingDown{false}; |
no outgoing calls
no test coverage detected