MCPcopy Create free account
hub / github.com/apache/openwhisk-cli / printFullActivationList

Function printFullActivationList

commands/util.go:340–345  ·  view source on GitHub ↗
(activations []whisk.Activation)

Source from the content-addressed store, hash-verified

338}
339
340func printFullActivationList(activations []whisk.Activation) {
341 fmt.Fprintf(color.Output, "%s\n", boldString("activations"))
342 for _, activation := range activations {
343 printJSON(activation)
344 }
345}
346
347func printStrippedActivationLogs(logs []string) {
348 for _, log := range logs {

Callers 2

activation.goFile · 0.85
printFullListFunction · 0.85

Calls 1

printJSONFunction · 0.85

Tested by

no test coverage detected