Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getRootLevelData
Function
getRootLevelData
app/lib/trialRequestUtils.js:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
function
getRootLevelData() {
10
return
ROOT_LEVEL_KEYS.reduce((prev, key) => setAndReturn(prev, key,
''
), {})
11
}
12
13
function
setAndReturn(obj, key, val) {
14
obj[key] = val;
Callers
1
trialRequest.js
File · 0.90
Calls
1
setAndReturn
Function · 0.70
Tested by
no test coverage detected