MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / extractBool

Function extractBool

src/openms/source/FORMAT/SqliteConnector.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 bool extractBool(sqlite3_stmt* stmt, int pos)
316 {
317 return extractInt(stmt, pos) != 0;
318 }
319
320 }
321

Callers 1

setProtMethod · 0.85

Calls 1

extractIntFunction · 0.85

Tested by

no test coverage detected