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

Function __guard__

app/models/Prepaid.js:151–153  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

149})())
150
151function __guard__ (value, transform) {
152 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
153}

Callers 2

openSpotsMethod · 0.70
numericalCoursesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected