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

Method locale

perro_source/api_modules/perro_resource_api/src/api.rs:261–263  ·  view source on GitHub ↗
(&self, key: S)

Source from the content-addressed store, hash-verified

259 pub fn disable_colorblind_filter(&self) {
260 self.api.disable_color_blind_filter();
261 }
262
263 /// Replace the full global post-processing set.
264 #[inline]
265 pub fn set_global_post_processing(&self, set: PostProcessSet) {
266 self.api.set_global_post_processing(set);

Callers

nothing calls this directly

Calls 2

localization_getMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected