MCPcopy Create free account
hub / github.com/dotzero/git-profile / IsAborted

Function IsAborted

internal/ui/ui.go:93–95  ·  view source on GitHub ↗

IsAborted reports whether the error represents user-initiated form cancellation.

(err error)

Source from the content-addressed store, hash-verified

91
92// IsAborted reports whether the error represents user-initiated form cancellation.
93func IsAborted(err error) bool {
94 return errors.Is(err, huh.ErrUserAborted)
95}

Callers 3

delCommandFunction · 0.92
addCommandFunction · 0.92
TestIsAbortedFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIsAbortedFunction · 0.68