Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ __guard__
Function
__guard__
app/core/deltas.js:247–249 ·
view source on GitHub ↗
(value, transform)
Source
from the content-addressed store, hash-verified
245
]
246
247
function
__guard__ (value, transform) {
248
return
(typeof value !==
'undefined'
&& value !== null) ? transform(value) : undefined
249
}
Callers
1
expandFlattenedDelta
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected