MCPcopy Index your code
hub / github.com/pkg/errors / prettyBlocks

Function prettyBlocks

format_test.go:519–527  ·  view source on GitHub ↗
(blocks []string)

Source from the content-addressed store, hash-verified

517}
518
519func prettyBlocks(blocks []string) string {
520 var out []string
521
522 for _, b := range blocks {
523 out = append(out, fmt.Sprintf("%v", b))
524 }
525
526 return " " + strings.Join(out, "\n ")
527}
528
529func testGenericRecursive(t *testing.T, beforeErr error, beforeWant []string, list []wrapper, maxDepth int) {
530 if len(beforeWant) == 0 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…