MCPcopy Index your code
hub / github.com/coder/coder / String

Method String

scripts/gotestsummary/main.go:274–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274func (b *tailBuffer) String() string {
275 return strings.ToValidUTF8(b.value, "")
276}
277
278func renderMarkdown(result summary, maxFailures int, failuresOut string, githubJob string) string {
279 failures := result.Failures

Callers 6

runMarkdownFunction · 0.45
writeEventsFunction · 0.45
summarizeFunction · 0.45
renderMarkdownFunction · 0.45

Calls

no outgoing calls

Tested by 4

runMarkdownFunction · 0.36
writeEventsFunction · 0.36