Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getModels
Function
getModels
app/core/store/modules/aiModels.js:13–16 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
11
12
getters: {
13
getModels (state) {
14
const
models = _.values(state.byId)
15
return
models
16
},
17
getModelsByName (state) {
18
return
state.byName
19
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected