MCPcopy Create free account
hub / github.com/crownengine/crown / html5_save_game_syncing

Function html5_save_game_syncing

src/device/save_game.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static bool html5_save_game_syncing()
134{
135 // code-format off
136 return MAIN_THREAD_EM_ASM_INT({
137 return Module.CrownSaveGame && Module.CrownSaveGame.syncing ? 1 : 0;
138 }) != 0;
139 // code-format on
140}
141
142static bool html5_save_game_flush_ok()
143{

Callers 1

process_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected