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

Function is_enabled

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

Source from the content-addressed store, hash-verified

112 state.stats_store_requested = true;
113 })
114 .map_err(|_| SteamError::NotReady)
115}
116
117fn flush_stats_store(client: &steamworks::Client) -> Result<(), SteamError> {
118 let should_store = {
119 let mut state = state().lock().map_err(|_| SteamError::NotReady)?;
120 if !state.stats_store_requested {
121 false
122 } else {

Callers

nothing calls this directly

Calls 1

stateFunction · 0.70

Tested by

no test coverage detected