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

Class LoaderList

tui/src/components/add.rs:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125#[derive(Debug, Clone, Default)]
126pub struct LoaderList {
127 list_items: Vec<ModLoader>,
128 state: ListState,
129}
130
131impl Hash for GithubAddListItem {
132 fn hash<H: Hasher>(&self, state: &mut H) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected