Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ __guard__
Function
__guard__
app/views/ladder/LadderTabView.js:619–621 ·
view source on GitHub ↗
(value, transform)
Source
from the content-addressed store, hash-verified
617
}))
618
619
function
__guard__ (value, transform) {
620
return
(typeof value !==
'undefined'
&& value !== null) ? transform(value) : undefined
621
}
Callers
5
generateHistogram
Method · 0.70
consolidateFriends
Method · 0.70
onClickPlayerName
Method · 0.70
fetch
Method · 0.70
nearbySessions
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected