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

Function __guard__

app/views/core/SubscribeModal.js:402–404  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

400})())
401
402function __guard__ (value, transform) {
403 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
404}

Callers 1

onSubscriptionErrorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected