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

Function is_subscribed

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

Source from the content-addressed store, hash-verified

17}
18
19pub fn is_subscribed() -> Result<bool, SteamError> {
20 app::with_client(|client| Ok(client.apps().is_subscribed()))
21}
22
23pub fn is_subscribed_app(app_id: AppID) -> Result<bool, SteamError> {
24 app::with_client(|client| Ok(client.apps().is_subscribed_app(app_id.into())))

Callers

nothing calls this directly

Calls 1

with_clientFunction · 0.85

Tested by

no test coverage detected