MCPcopy Create free account
hub / github.com/commander-cli/commander / summary

Method summary

pkg/output/cli_template.go:81–84  ·  view source on GitHub ↗
(result runtime.Result)

Source from the content-addressed store, hash-verified

79}
80
81func (t cliTemplate) summary(result runtime.Result) string {
82 tpl := t.getTemplatedString("summary", result)
83 return tpl.String()
84}
85
86func (t cliTemplate) testResult(testResult TestResult) string {
87 tpl := t.getTemplatedString("result", testResult)

Callers 1

PrintSummaryMethod · 0.80

Calls 1

getTemplatedStringMethod · 0.95

Tested by

no test coverage detected