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

Function mod_version_from_id

mserver/MasterService/src/dev_seed.rs:452–454  ·  view source on GitHub ↗
(mod_id: &str)

Source from the content-addressed store, hash-verified

450
451#[derive(Deserialize)]
452struct DevModSeedRow {
453 mod_id: String,
454 name: String,
455 description: String,
456 homepage_url: String,
457 #[serde(default)]

Callers 1

seed_dev_modsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected