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

Method updateProt

src/openms/source/FORMAT/OSWFile.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 decoy = Sql::extractBool(stmt, I_DECOY);
351 }
352 void updateProt(LineState& new_line)
353 {
354 prot_id = new_line.prot_id;
355 accession = std::move(new_line.accession);
356 decoy = new_line.decoy;
357 }
358
359 // ... PRECURSOR
360 int prec_id;

Callers 1

nextProteinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected