Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ __guard__
Function
__guard__
app/models/LevelSession.js:227–229 ·
view source on GitHub ↗
(value, transform)
Source
from the content-addressed store, hash-verified
225
})())
226
227
function
__guard__ (value, transform) {
228
return
(typeof value !==
'undefined'
&& value !== null) ? transform(value) : undefined
229
}
Callers
2
getSourceFor
Method · 0.70
completed
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected