Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ maybeSet
Function
maybeSet
lib/web/tern/tern.js:628–630 ·
view source on GitHub ↗
(obj, prop, val)
Source
from the content-addressed store, hash-verified
626
return
obj;
627
}
628
function
maybeSet(obj, prop, val) {
629
if
(val != null) obj[prop] = val;
630
}
631
632
// Built-in query types
633
Callers
1
tern.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected