MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / hasOwn

Function hasOwn

integrations/openai/src/taskUtils.ts:313–315  ·  view source on GitHub ↗
(obj: Object, key: string)

Source from the content-addressed store, hash-verified

311}
312
313function hasOwn(obj: Object, key: string): boolean {
314 return Object.prototype.hasOwnProperty.call(obj, key);
315}

Callers 1

isRequestOptionsFunction · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…