Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ extractChar
Function
extractChar
src/openms/source/FORMAT/SqliteConnector.cpp:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
char extractChar(sqlite3_stmt* stmt, int pos)
311
{
312
return extractString(stmt, pos)[0];
313
}
314
315
bool extractBool(sqlite3_stmt* stmt, int pos)
316
{
Callers
1
readTransitions_
Method · 0.85
Calls
1
extractString
Function · 0.85
Tested by
no test coverage detected