MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / _tx

Method _tx

runtime/src/cache/idb.js:27–29  ·  view source on GitHub ↗
(store, mode)

Source from the content-addressed store, hash-verified

25 }
26
27 _tx(store, mode) {
28 return this.db.transaction(store, mode).objectStore(store);
29 }
30
31 _req(req) {
32 return new Promise((res, rej) => {

Callers 7

getBytesMethod · 0.95
putBytesMethod · 0.95
loadLockfileMethod · 0.95
saveLockfileMethod · 0.95
clearMethod · 0.95
setVersionMethod · 0.95
getVersionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected