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

Function __guard__

app/views/editor/chat/ChatEditView.js:226–228  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

224})())
225
226function __guard__ (value, transform) {
227 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
228}

Callers 2

buildTreemaMethod · 0.70
afterRenderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected