MCPcopy Create free account
hub / github.com/commitdev/zero / OK

Function OK

pkg/util/exit/exit.go:33–36  ·  view source on GitHub ↗

OK terminates execution successfully.

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

31
32// OK terminates execution successfully.
33func OK(format string, a ...interface{}) {
34 flog.Infof(format, a)
35 os.Exit(CodeOK)
36}

Callers

nothing calls this directly

Calls 1

InfofFunction · 0.92

Tested by

no test coverage detected