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

Function set_dlc_self_context

perro_source/io_stack/perro_io/src/asset_io.rs:179–183  ·  view source on GitHub ↗
(name: Option<&str>)

Source from the content-addressed store, hash-verified

177 PROJECT_ASSET_STATE
178 .read()
179 .expect("required value must be present")
180 .demo
181}
182
183pub fn clear_dlc_mounts() {
184 let mut mounts = DLC_MOUNTS.write().expect("required value must be present");
185 let mut archives = DLC_ARCHIVES
186 .write()

Callers

nothing calls this directly

Calls 1

withMethod · 0.80

Tested by

no test coverage detected