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

Function get_build_id

perro_source/api_modules/perro_steamworks/src/apps.rs:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43pub fn get_build_id() -> Result<i32, SteamError> {
44 app::with_client(|client| Ok(client.apps().app_build_id()))
45}
46
47pub fn get_install_dir(app_id: AppID) -> Result<String, SteamError> {
48 app::with_client(|client| Ok(client.apps().app_install_dir(app_id.into())))

Callers

nothing calls this directly

Calls 1

with_clientFunction · 0.85

Tested by

no test coverage detected