MCPcopy 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
11def getVersion(db):
12 cursor = db.execute('PRAGMA user_version')
13 return cursor.fetchone()[0]
14
15
16def getAppVersion():

Callers 1

updateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected