MCPcopy Create free account
hub / github.com/JayanAXHF/modder-rs / GetModFileResponse

Class GetModFileResponse

core/src/curseforge_wrapper/structs.rs:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256#[derive(Debug, Deserialize, Clone)]
257pub struct GetModFileResponse {
258 pub data: File,
259}
260
261pub trait CurseForgeMod {
262 fn get_version_and_loader(&self, game_version: &str) -> Option<FileIndex>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected