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

Function __guard__

app/views/courses/TeacherClassView.js:1075–1077  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

1073})())
1074
1075function __guard__ (value, transform) {
1076 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
1077}

Callers 5

constructorMethod · 0.70
afterRenderMethod · 0.70
allStatsLoadedMethod · 0.70
removeDeletedStudentsMethod · 0.70
calculateClassStatsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected