| 14 | |
| 15 | let updatingMetaFromCivitAI = false; |
| 16 | class ModelManager { |
| 17 | constructor() { |
| 18 | channelService.on(CHANNELS.MAIN, CHANNEL_EVENTS.UPDATE_MODEL_META, (ev) => { |
| 19 | this.updateModelMeta(ev.payload); |
nothing calls this directly
no outgoing calls
no test coverage detected