MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / has

Function has

packages/@stdlib/testing/src/smart-mock.ts:51–53  ·  view source on GitHub ↗
(target, propertyKey)

Source from the content-addressed store, hash-verified

49 return Reflect.getPrototypeOf(target);
50 },
51 has(target, propertyKey) {
52 return Reflect.has(target, propertyKey);
53 },
54 isExtensible(target) {
55 return Reflect.isExtensible(target);
56 },

Callers

nothing calls this directly

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected