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

Method has

src/connection_string.ts:223–225  ·  view source on GitHub ↗
(k: string)

Source from the content-addressed store, hash-verified

221 super(entries.map(([k, v]) => [k.toLowerCase(), v]));
222 }
223 override has(k: string) {
224 return super.has(k.toLowerCase());
225 }
226 override get(k: string) {
227 return super.get(k.toLowerCase());
228 }

Callers 15

parseOptionsFunction · 0.95
interpolateMsgFunction · 0.45
jquery.jsFile · 0.45
createRestrictedRequireFunction · 0.45
registerMethod · 0.45
onSuiteMethod · 0.45
runTestSuiteTestFunction · 0.45
isTestRunnerCommandFunction · 0.45
testOperationFunction · 0.45
startThreadMethod · 0.45
runOnThreadMethod · 0.45
waitForThreadMethod · 0.45

Calls

no outgoing calls

Tested by 4

waitForIndexesFunction · 0.36
initMethod · 0.36
defineCorpusTestsFunction · 0.36