MCPcopy
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

298let _hiCache: HICache = {};
299let _hiCacheCount = 0;
300function _hiCachePurge() {
301 _hiCache = {};
302 _hiCacheCount = 0;
303}
304
305const hiLengthMap = {
306 sha256: 32,

Callers 1

HIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected