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

Function __guard__

app/views/teachers/TeacherCourseSolutionView.js:307–309  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

305})())
306
307function __guard__ (value, transform) {
308 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
309}

Callers 3

showTeacherLegacyNavMethod · 0.70
constructorMethod · 0.70
updateLevelDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected