Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ unlock
Function
unlock
perro_source/api_modules/perro_steamworks/src/disabled.rs:85–87 ·
view source on GitHub ↗
(_id: &str)
Source
from the content-addressed store, hash-verified
83
pub fn get_app_id() -> Result<Option<u32>, SteamError> {
84
Ok(None)
85
}
86
}
87
88
pub mod achievements {
89
use super::{SteamError, disabled};
90
Callers
1
unlock
Method · 0.70
Calls
1
disabled
Function · 0.85
Tested by
no test coverage detected