Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ _hiCachePurge
Function
_hiCachePurge
src/cmap/auth/scram.ts:300–303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
let
_hiCache: HICache = {};
299
let
_hiCacheCount = 0;
300
function
_hiCachePurge() {
301
_hiCache = {};
302
_hiCacheCount = 0;
303
}
304
305
const
hiLengthMap = {
306
sha256: 32,
Callers
1
HI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected