Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getAll
Function
getAll
app/core/api/o-auth.js:36–39 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
34
},
35
36
getAll (options) {
37
if
(options == null) { options = {} }
38
return
fetchJson(
'/db/o-auth'
, options)
39
}
40
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected