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

Function clear

perro_source/api_modules/perro_steamworks/src/disabled.rs:97–99  ·  view source on GitHub ↗
(_id: &str)

Source from the content-addressed store, hash-verified

95 pub fn unlock_many<I, S>(_ids: I) -> Result<(), SteamError>
96 where
97 I: IntoIterator<Item = S>,
98 S: AsRef<str>,
99 {
100 disabled()
101 }
102

Callers

nothing calls this directly

Calls 3

disabledFunction · 0.85
queueFunction · 0.70
clearMethod · 0.45

Tested by

no test coverage detected