MCPcopy Index your code
hub / github.com/codecombat/codecombat / __guard__

Function __guard__

app/views/ladder/LadderTabView.js:619–621  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

617}))
618
619function __guard__ (value, transform) {
620 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
621}

Callers 5

generateHistogramMethod · 0.70
consolidateFriendsMethod · 0.70
onClickPlayerNameMethod · 0.70
fetchMethod · 0.70
nearbySessionsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected