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

Function __guard__

app/views/admin/AnalyticsSubscriptionsView.js:935–937  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

933})())
934
935function __guard__ (value, transform) {
936 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
937}

Callers 5

getRenderDataMethod · 0.70
nextBatchMethod · 0.70
getSubscriptionsMethod · 0.70
addInvoiceMethod · 0.70
updateAnalyticsGraphsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected