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

Function initLine

src/openms/source/FORMAT/OSWFile.cpp:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 };
406
407 void initLine(LineState& current, sqlite3_stmt* stmt)
408 {
409 current.setProt(stmt);
410 current.setPC(stmt);
411 current.setFeature(stmt);
412 }
413
414
415 bool nextProtein(OSWProtein& prot, sqlite3_stmt* stmt, Sql::SqlState& rc, LineState& old_line)

Callers 1

getFullProteins_Method · 0.85

Calls 3

setProtMethod · 0.80
setPCMethod · 0.80
setFeatureMethod · 0.45

Tested by

no test coverage detected