MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / mods_enabled

Method mods_enabled

mserver/MasterService/src/service.rs:125–127  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

123 None => Ok(Vec::new()),
124 }
125 }
126
127 pub async fn get_mod(&self, mod_id: &str) -> Result<Option<ModCatalogEntry>> {
128 match &self.mod_store {
129 Some(store) => store.get_mod(mod_id).await,
130 None => Ok(None),

Callers 2

publish_modFunction · 0.80
delete_modFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected