MCPcopy
hub / github.com/mongodb/node-mongodb-native / isExistsOperator

Function isExistsOperator

test/tools/unified-spec-runner/match.ts:56–58  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

54 $$exists: boolean;
55}
56export function isExistsOperator(value: unknown): value is ExistsOperator {
57 return typeof value === 'object' && value != null && '$$exists' in value;
58}
59export interface TypeOperator {
60 $$type: OneOrMore<BSONTypeAlias>;
61}

Callers 2

isSpecialOperatorFunction · 0.85
specialCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected