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

Function push_dlc_self_context

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

Source from the content-addressed store, hash-verified

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()
187 .expect("required value must be present");
188 let mut lookups = DLC_STATIC_BINARY_LOOKUPS
189 .write()
190 .expect("required value must be present");
191 mounts.clear();
192 archives.clear();
193 lookups.clear();
194}
195

Calls 1

withMethod · 0.80