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

Function __guard__

app/views/courses/ClassroomView.js:330–332  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

328})())
329
330function __guard__ (value, transform) {
331 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
332}

Callers 1

classStatsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected