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

Function get_install_dir

perro_source/api_modules/perro_steamworks/src/apps.rs:47–49  ·  view source on GitHub ↗
(app_id: AppID)

Source from the content-addressed store, hash-verified

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())))
49}
50
51pub fn get_owner() -> Result<SteamID, SteamError> {
52 app::with_client(|client| Ok(client.apps().app_owner().into()))

Callers

nothing calls this directly

Calls 1

with_clientFunction · 0.85

Tested by

no test coverage detected