Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ getVersion
Method
getVersion
runtime/src/cache/idb.js:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
getVersion() {
78
return
this._req(this._tx(
'lockfile'
,
'readonly'
).get(VERSION_KEY));
79
}
80
}
Callers
1
load
Function · 0.45
Calls
3
_req
Method · 0.95
_tx
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected