MCPcopy Create free account
hub / github.com/codecombat/codecombat / setAndReturn

Function setAndReturn

app/lib/trialRequestUtils.js:13–16  ·  view source on GitHub ↗
(obj, key, val)

Source from the content-addressed store, hash-verified

11}
12
13function setAndReturn(obj, key, val) {
14 obj[key] = val;
15 return obj;
16}
17
18module.exports = {
19 getNcesData,

Callers 2

getNcesDataFunction · 0.70
getRootLevelDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected