MCPcopy
hub / github.com/lxn/walk / newError

Function newError

error.go:84–86  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

82}
83
84func newError(message string) error {
85 return processError(newErr(message))
86}
87
88func newErrorNoPanic(message string) error {
89 return processErrorNoPanic(newErr(message))

Callers 15

SetLayoutMethod · 0.85
SetHandleWidthMethod · 0.85
SetFixedMethod · 0.85
onRemovedWidgetMethod · 0.85
onActionChangedMethod · 0.85
insertActionMethod · 0.85
updatePartsMethod · 0.85
updateIconMethod · 0.85
updateTextMethod · 0.85
InsertMethod · 0.85
SetOrientationMethod · 0.85
SetStretchFactorMethod · 0.85

Calls 2

processErrorFunction · 0.85
newErrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…