MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / getModList

Function getModList

apps/webuiapps/src/lib/modManager.ts:281–283  ·  view source on GitHub ↗
(collection: ModCollection)

Source from the content-addressed store, hash-verified

279}
280
281export function getModList(collection: ModCollection): ModEntry[] {
282 return Object.values(collection.items);
283}
284
285export function addMod(collection: ModCollection, config: ModConfig): ModCollection {
286 return {

Callers 1

ModPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected