MCPcopy Index your code
hub / github.com/TanStack/db / prototypeHasOwn

Function prototypeHasOwn

packages/db/tests/query/select.test.ts:134–136  ·  view source on GitHub ↗
(prop: string)

Source from the content-addressed store, hash-verified

132})
133
134function prototypeHasOwn(prop: string): boolean {
135 return Object.prototype.hasOwnProperty.call(Object.prototype, prop)
136}
137
138describe(`select() alias prototype pollution`, () => {
139 let users: ReturnType<typeof createUsers>

Callers 1

select.test.tsFile · 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…