()
| 1241 | } |
| 1242 | |
| 1243 | func (b *blastOutputBuilder) String() string { |
| 1244 | return b.builder.String() |
| 1245 | } |
| 1246 | |
| 1247 | func truncateBlastRadiusText(text string, maxChars int, label string) string { |
| 1248 | if maxChars <= 0 { |
no outgoing calls
no test coverage detected