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

Method set

src/connection_string.ts:229–231  ·  src/connection_string.ts::CaseInsensitiveMap.set
(k: string, v: any)

Source from the content-addressed store, hash-verified

227 return super.get(k.toLowerCase());
228 }
229 override set(k: string, v: any) {
230 return super.set(k.toLowerCase(), v);
231 }
232 override delete(k: string): boolean {
233 return super.delete(k.toLowerCase());
234 }

Callers 15

parseOptionsFunction · 0.95
jquery.jsFile · 0.80
ZFunction · 0.80
leFunction · 0.80
yeFunction · 0.80
SeFunction · 0.80
LeFunction · 0.80
getTestOpDefinitionsFunction · 0.80
getThreadMethod · 0.80
makeConnectionStringFunction · 0.80
operations.tsFile · 0.80
executeOperationAndCheckFunction · 0.80

Calls

no outgoing calls

Tested by 1

makeConnectionTestFunction · 0.64