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

Function __guard__

app/models/Classroom.js:572–574  ·  view source on GitHub ↗
(value, transform)

Source from the content-addressed store, hash-verified

570_.assign(Classroom, ClassroomLib.default)
571
572function __guard__ (value, transform) {
573 return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined
574}

Callers 4

getLevelsMethod · 0.70
statsForSessionsMethod · 0.70
isGoogleClassroomMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected