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

Function __guard__

app/views/account/PrepaidView.js:210–212  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

208})())
209
210function __guard__ (value, transform) {
211 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
212}

Callers 1

loadPrepaidMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected