MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / sqlGetVersion

Function sqlGetVersion

tools/upgrade-flux-file.cc:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int sqlGetVersion(sqlite3* db)
163{
164 return sqlReadIntProperty(db, "version");
165}
166
167/* --- Actual program ---------------------------------------------------- */
168

Callers 1

mainFunction · 0.85

Calls 1

sqlReadIntPropertyFunction · 0.85

Tested by

no test coverage detected