Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ is_installed
Function
is_installed
perro_source/api_modules/perro_steamworks/src/disabled.rs:211–213 ·
view source on GitHub ↗
(_app_id: AppID)
Source
from the content-addressed store, hash-verified
209
pub fn is_logged_on() -> Result<bool, SteamError> {
210
disabled()
211
}
212
}
213
214
pub mod apps {
215
use super::{AppID, DLCID, SteamError, SteamID, disabled};
216
Callers
nothing calls this directly
Calls
1
disabled
Function · 0.85
Tested by
no test coverage detected