MCPcopy Create free account
hub / github.com/codecombat/codecombat / getModelsByName

Function getModelsByName

app/core/store/modules/aiModels.js:17–19  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

15 return models
16 },
17 getModelsByName (state) {
18 return state.byName
19 }
20 },
21
22 mutations: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected