MCPcopy
hub / github.com/cortexlabs/cortex / Ok

Function Ok

pkg/lib/exit/exit.go:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func Ok() {
27 telemetry.Close()
28 os.Exit(0)
29}
30
31func Error(err error, wrapStrs ...string) {
32 for _, str := range wrapStrs {

Callers 3

env.goFile · 0.92
ExecuteFunction · 0.92
cluster.goFile · 0.92

Calls 1

CloseFunction · 0.92

Tested by

no test coverage detected