MCPcopy Create free account
hub / github.com/deweylab/RSEM / add

Method add

Transcripts.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void add(const Transcript& transcript) {
51 transcripts.push_back(transcript);
52 ++M;
53 }
54
55 void sort() {
56 std::sort(transcripts.begin(), transcripts.end());

Callers 2

mainFunction · 0.45
buildTranscriptFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected