MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / Say

Function Say

ui/ui.go:49–51  ·  view source on GitHub ↗
(message string, args ...interface{})

Source from the content-addressed store, hash-verified

47}
48
49func Say(message string, args ...interface{}) {
50 ui.Say(message, args...)
51}
52
53func PrintCapturingNoOutput(message string, args ...interface{}) {
54 ui.PrintCapturingNoOutput(message, args...)

Callers 15

executeInternalMethod · 0.92
executeInternalMethod · 0.92
MonitorMethod · 0.92
reportAvailableActionMethod · 0.92
downloadLogsForProcessFunction · 0.92
saveLogContentFunction · 0.92
executeInternalMethod · 0.92
executeInternalMethod · 0.92
printInitialMessageFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected