Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ __guard__
Function
__guard__
app/views/common/SearchView.js:164–166 ·
view source on GitHub ↗
(value, transform)
Source
from the content-addressed store, hash-verified
162
})())
163
164
function
__guard__ (value, transform) {
165
return
(typeof value !==
'undefined'
&& value !== null) ? transform(value) : undefined
166
}
Callers
1
comparator
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected