MCPcopy
hub / github.com/apache/devlake / coloredPrintf

Function coloredPrintf

backend/test/helper/client.go:420–424  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

418}
419
420func coloredPrintf(msg string, args ...any) {
421 msg = fmt.Sprintf(msg, args...)
422 colorifier := "\033[1;33m%+v\033[0m" //yellow
423 fmt.Printf(colorifier, msg)
424}
425
426type testContext struct {
427 printPayload bool

Callers 2

monitorPipelineMethod · 0.85
sendHttpRequestFunction · 0.85

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected