Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ fetch
Function
fetch
app/core/store/modules/aiModels.js:32–35 ·
view source on GitHub ↗
({ commit, state })
Source
from the content-addressed store, hash-verified
30
31
actions: {
32
async
fetch ({ commit, state }) {
33
const
models =
await
api.aiModels.getAll()
34
commit(
'add'
, models)
35
}
36
}
37
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected