MCPcopy Create free account
hub / github.com/JS-DevTools/ono / isEnumerable

Function isEnumerable

test/utils/host.js:86–89  ·  view source on GitHub ↗
(error, key)

Source from the content-addressed store, hash-verified

84}
85
86function isEnumerable (error, key) {
87 let descriptor = Object.getOwnPropertyDescriptor(error, key);
88 return Boolean(descriptor && descriptor.enumerable);
89}

Callers 1

host.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…