Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ get_name
Function
get_name
perro_source/api_modules/perro_steamworks/src/disabled.rs:194–196 ·
view source on GitHub ↗
(_id: SteamID)
Source
from the content-addressed store, hash-verified
192
}
193
194
pub mod account {
195
use super::{SteamError, SteamID, disabled};
196
197
pub fn get_self_id() -> Result<SteamID, SteamError> {
198
disabled()
199
}
Callers
nothing calls this directly
Calls
1
disabled
Function · 0.85
Tested by
no test coverage detected