Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ get_app_id
Function
get_app_id
perro_source/api_modules/perro_steamworks/src/app.rs:130–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
client
129
.user_stats()
130
.store_stats()
131
.map_err(|_| SteamError::CallFailed(
"user_stats.store_stats"
))?;
132
}
133
Ok(())
134
}
135
136
#[cfg(test)]
137
pub fn is_enabled() -> Result<bool, SteamError> {
138
state()
Callers
nothing calls this directly
Calls
1
state
Function · 0.70
Tested by
no test coverage detected