MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / SetSerializer

Function SetSerializer

src/platform/linux/gamesplayed_hook.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected