Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ __guard__
Function
__guard__
app/models/Level.js:691–693 ·
view source on GitHub ↗
(value, transform)
Source
from the content-addressed store, hash-verified
689
_.assign(Level, LevelLib)
690
691
function
__guard__ (value, transform) {
692
return
(typeof value !==
'undefined'
&& value !== null) ? transform(value) : undefined
693
}
Callers
3
serialize
Method · 0.70
denormalizeThang
Method · 0.70
usesLevelHeroLadderEquipment
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected