MCPcopy Create free account
hub / github.com/microsoft/SandDance / has

Function has

docs/app/js/sanddance-app.js:106904–106906  ·  view source on GitHub ↗
(object, property)

Source from the content-addressed store, hash-verified

106902}
106903const hop = Object.prototype.hasOwnProperty;
106904function has(object, property) {
106905 return hop.call(object, property);
106906}
106907const NULL = {};
106908function fastmap(input) {
106909 let obj = {}, test;

Callers 6

has$1Function · 0.70
lruCacheFunction · 0.70
applyDefaultsFunction · 0.70
autoFunction · 0.70
checkPropTypesFunction · 0.50
checkPropTypesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected