MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / getText

Method getText

src/main/java/com/rtg/util/RstTable.java:149–151  ·  view source on GitHub ↗

@return The table in RST

()

Source from the content-addressed store, hash-verified

147 * @return The table in <code>RST</code>
148 */
149 public String getText() {
150 return mTable.toString();
151 }
152
153 @Override
154 public String toString() {

Callers 14

testMethod · 0.95
toStringMethod · 0.95
appendTableFlagUsageMethod · 0.95
testScoreLabelsMethod · 0.80
mouseMovedMethod · 0.80
focusLostMethod · 0.80
keyPressedMethod · 0.80
RocLinePanelMethod · 0.80
getLabelMethod · 0.80
keyPressedMethod · 0.80
focusLostMethod · 0.80
configureUIMethod · 0.80

Calls 1

toStringMethod · 0.65

Tested by 2

testMethod · 0.76
testScoreLabelsMethod · 0.64