Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getAll
Function
getAll
app/core/api/clas.js:12–15 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
10
11
module.exports = {
12
getAll (options) {
13
if
(options == null) { options = {} }
14
return
fetchJson(
'/db/cla.submissions'
, options)
15
}
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected