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

Function __guard__

app/views/courses/CourseDetailsView.js:224–226  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

222})())
223
224function __guard__ (value, transform) {
225 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
226}

Callers 2

buildSessionStatsMethod · 0.70
getLastLevelCompletedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected