MCPcopy Create free account
hub / github.com/PerroEngine/Perro / is_ready

Function is_ready

perro_source/api_modules/perro_steamworks/src/app.rs:122–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 if !state.stats_store_requested {
121 false
122 } else {
123 state.stats_store_requested = false;
124 true
125 }
126 };
127 if should_store {
128 client
129 .user_stats()
130 .store_stats()

Callers

nothing calls this directly

Calls 1

stateFunction · 0.70

Tested by

no test coverage detected