MCPcopy 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
9function getRootLevelData() {
10 return ROOT_LEVEL_KEYS.reduce((prev, key) => setAndReturn(prev, key, ''), {})
11}
12
13function setAndReturn(obj, key, val) {
14 obj[key] = val;

Callers 1

trialRequest.jsFile · 0.90

Calls 1

setAndReturnFunction · 0.70

Tested by

no test coverage detected