MCPcopy Create free account
hub / github.com/6174/comflowyspace /

Class

apps/node/src/modules/model-manager/model-manager.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15let updatingMetaFromCivitAI = false;
16class ModelManager {
17 constructor() {
18 channelService.on(CHANNELS.MAIN, CHANNEL_EVENTS.UPDATE_MODEL_META, (ev) => {
19 this.updateModelMeta(ev.payload);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected