Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBytes
Method · 0.95
putBytes
Method · 0.95
loadLockfile
Method · 0.95
saveLockfile
Method · 0.95
clear
Method · 0.95
setVersion
Method · 0.95
getVersion
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected