Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ clear
Method
clear
src/timeout.ts:301–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
}
300
301
clear(): void {
302
this._serverSelectionTimeout?.clear();
303
this._connectionCheckoutTimeout?.clear();
304
}
305
306
/**
307
* @internal
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected