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

Function execWithExceptionAndReset

src/openms/source/FORMAT/OMSFileStore.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void execWithExceptionAndReset(SQLite::Statement& query, int expected_modifications, int line, const char* function, const char* context)
46 {
47 if (!execAndReset(query, expected_modifications))
48 {
49 raiseDBError_(query.getErrorMsg(), line, function, context);
50 }
51 }
52
53 OMSFileStore::OMSFileStore(const String& filename, LogType log_type)
54 {

Callers 15

storeMetaInfo_Method · 0.85
storeScoreTypes_Method · 0.85
storeInputFiles_Method · 0.85
storeDBSearchParams_Method · 0.85
storeProcessingSteps_Method · 0.85
storeObservations_Method · 0.85
storeParentSequences_Method · 0.85
storeParentGroupSets_Method · 0.85

Calls 2

execAndResetFunction · 0.85
raiseDBError_Function · 0.85

Tested by

no test coverage detected