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

Function __guard__

app/views/account/SubscriptionView.js:589–591  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

587}
588
589function __guard__ (value, transform) {
590 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
591}

Callers 5

subscribeMethod · 0.70
updateMethod · 0.70
startSubscribeMethod · 0.70
updateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected