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

Method updatePC

src/openms/source/FORMAT/OSWFile.cpp:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 precmz = Sql::extractFloat(stmt, I_PRECMZ);
371 }
372 void updatePC(LineState& new_line)
373 {
374 prec_id = new_line.prec_id;
375 seq = std::move(new_line.seq);
376 chargePC = new_line.chargePC;
377 precmz = new_line.precmz;
378 }
379
380 // ... FEATURE
381 Int64 feat_id; // in SQL, feature_id is a 63-bit integer...

Callers 1

nextProteinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected