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

Method setDescription

src/openms/source/METADATA/ProteinHit.cpp:130–133  ·  view source on GitHub ↗

sets the description of the protein

Source from the content-addressed store, hash-verified

128
129 // sets the description of the protein
130 void ProteinHit::setDescription(const String& description)
131 {
132 setMetaValue("Description", description);
133 }
134
135 // sets the accession of the protein
136 void ProteinHit::setAccession(const String& accession)

Callers 4

run_Method · 0.45
exportIDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected