Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ HAS_OWN
Function
HAS_OWN
src/utils.ts:589–590 ·
view source on GitHub ↗
(object: unknown, prop: string)
Source
from the content-addressed store, hash-verified
587
}
588
589
const
HAS_OWN = (object: unknown, prop: string) =>
590
Object.prototype.hasOwnProperty.call(object, prop);
591
592
export
function
isRecord<T extends readonly string[]>(
593
value: unknown,
Callers
1
isRecord
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected