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

Method updateFeat

src/openms/source/FORMAT/OSWFile.cpp:396–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 qvalue = Sql::extractFloat(stmt, I_QVALUE);
395 }
396 void updateFeat(const LineState& new_line)
397 {
398 feat_id = new_line.feat_id;
399 rt_exp = new_line.rt_exp;
400 rt_lw = new_line.rt_lw;
401 rt_rw = new_line.rt_rw;
402 rt_delta = new_line.rt_delta;
403 qvalue = new_line.qvalue;
404 }
405 };
406
407 void initLine(LineState& current, sqlite3_stmt* stmt)

Callers 1

nextProteinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected