MCPcopy
hub / github.com/pterm/pterm / ExitFuncType

FuncType ExitFuncType

internal/exit.go:6–6  ·  view source on GitHub ↗

ExitFuncType is the type of function used to exit the program.

func(int)

Source from the content-addressed store, hash-verified

4
5// ExitFuncType is the type of function used to exit the program.
6type ExitFuncType func(int)
7
8// DefaultExitFunc is the default function used to exit the program.
9var DefaultExitFunc ExitFuncType = os.Exit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…