Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ get
Function
get
lib/web/polyfill.js:186–188 ·
view source on GitHub ↗
(object, key)
Source
from the content-addressed store, hash-verified
184
return
this;
185
}
186
function
get(object, key){
187
if
(has(object, key))
return
object[key];
188
}
189
function
ownKeys(it){
190
assertObject(it);
191
return
getSymbols ? getNames(it).concat(getSymbols(it)) : getNames(it);
Callers
1
defineIterator
Function · 0.70
Calls
1
has
Function · 0.70
Tested by
no test coverage detected