Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
function
setAndReturn(obj, key, val) {
14
obj[key] = val;
15
return
obj;
16
}
17
18
module.exports = {
19
getNcesData,
Callers
2
getNcesData
Function · 0.70
getRootLevelData
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected