Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealTimeGenomics/rtg-tools
/ widthString
Method
widthString
src/main/java/com/rtg/util/RstTable.java:79–81 ·
view source on GitHub ↗
(int width)
Source
from the content-addressed store, hash-verified
77
}
78
79
private
String widthString(
int
width) {
80
return
"%-"
+ width +
"s"
;
81
}
82
83
/**
84
* Add a heading to the table
Callers
2
addHeading
Method · 0.95
addRow
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected