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

Function __guard__

app/views/editor/level/scripts/ScriptsTabView.js:358–360  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

356}
357
358function __guard__ (value, transform) {
359 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
360}

Callers 1

onScriptSelectedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected