MCPcopy
hub / github.com/localForage/localForage / _getOriginalConnection

Function _getOriginalConnection

src/drivers/indexeddb.js:216–218  ·  view source on GitHub ↗
(dbInfo)

Source from the content-addressed store, hash-verified

214}
215
216function _getOriginalConnection(dbInfo) {
217 return _getConnection(dbInfo, false);
218}
219
220function _getUpgradedConnection(dbInfo) {
221 return _getConnection(dbInfo, true);

Callers 3

_tryReconnectFunction · 0.85
_initStorageFunction · 0.85
dropInstanceFunction · 0.85

Calls 1

_getConnectionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…