Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
313
function
hasOwn(obj: Object, key: string): boolean {
314
return
Object.prototype.hasOwnProperty.call(obj, key);
315
}
Callers
1
isRequestOptions
Function · 0.85
Calls
1
call
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…