Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ drop
Method
drop
perro_source/io_stack/perro_io/src/asset_io.rs:195–199 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
193
lookups.clear();
194
}
195
196
pub fn mounted_dlc_names() -> Vec<String> {
197
let mut out = DLC_MOUNTS
198
.read()
199
.expect(
"required value must be present"
)
200
.keys()
201
.cloned()
202
.collect::<Vec<_>>();
Callers
nothing calls this directly
Calls
1
with
Method · 0.80
Tested by
no test coverage detected