Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
int sqlGetVersion(sqlite3* db)
163
{
164
return sqlReadIntProperty(db,
"version"
);
165
}
166
167
/* --- Actual program ---------------------------------------------------- */
168
Callers
1
main
Function · 0.85
Calls
1
sqlReadIntProperty
Function · 0.85
Tested by
no test coverage detected