MCPcopy Create free account
hub / github.com/devfile/api / LogInfoMessage

Function LogInfoMessage

test/v200/utils/common/test_utils.go:200–204  ·  view source on GitHub ↗

LogInfoMessage logs the specified message as an info message and returns the message logged

(message string)

Source from the content-addressed store, hash-verified

198
199// LogInfoMessage logs the specified message as an info message and returns the message logged
200func LogInfoMessage(message string) string {
201 var infoMessage []string
202 infoMessage = append(infoMessage, infoPrefix, message)
203 return LogMessage(fmt.Sprint(infoMessage))
204}
205
206// TestDevfile is a structure used to track a test devfile and its contents
207type TestDevfile struct {

Callers 15

CreateEndpointsMethod · 0.85
commandAddedMethod · 0.85
commandUpdatedMethod · 0.85
addEnvFunction · 0.85
addAttributesFunction · 0.85
addGroupMethod · 0.85
createExecCommandMethod · 0.85
SetExecCommandValuesMethod · 0.85
createApplyCommandMethod · 0.85

Calls 1

LogMessageFunction · 0.85

Tested by

no test coverage detected