Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ getText
Method
getText
jnode-core/src/jnode/report/ReportBuilder.java:220–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
public
StringBuilder getText() {
221
if
(sb.length() != 0) {
222
printHorLine();
223
}
224
return
sb;
225
}
226
227
public
void
printLine(String... args) {
228
checks();
Callers
3
getText
Method · 0.95
getText
Method · 0.95
report
Method · 0.95
Calls
1
printHorLine
Method · 0.95
Tested by
no test coverage detected