Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getVersion
Function
getVersion
eos/db/migration.py:11–13 ·
view source on GitHub ↗
(db)
Source
from the content-addressed store, hash-verified
9
10
11
def
getVersion(db):
12
cursor = db.execute(
'PRAGMA user_version'
)
13
return
cursor.fetchone()[0]
14
15
16
def
getAppVersion():
Callers
1
update
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected