MCPcopy Create free account
hub / github.com/Scalingo/cli / Status

Function Status

io/status.go:26–29  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

24}
25
26func Status(args ...any) {
27 fmt.Print("-----> ")
28 fmt.Println(args...)
29}
30
31func Statusf(format string, args ...any) {
32 fmt.Printf("-----> "+format, args...)

Callers 15

UpdateFunction · 0.92
RemoveFunction · 0.92
AddFunction · 0.92
UpdateFunction · 0.92
RemoveFunction · 0.92
AddFunction · 0.92
SetupFunction · 0.92
ShowFunction · 0.92
DestroyFunction · 0.92
RenameFunction · 0.92
DatabaseEndpointsListFunction · 0.92
DatabaseNetPeeringsListFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected