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

Function newErrorNoPanic

error.go:88–90  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

86}
87
88func newErrorNoPanic(message string) error {
89 return processErrorNoPanic(newErr(message))
90}
91
92func lastError(win32FuncName string) error {
93 if errno := win.GetLastError(); errno != win.ERROR_SUCCESS {

Callers 2

defaultWndProcFunction · 0.85
toErrorNoPanicFunction · 0.85

Calls 2

processErrorNoPanicFunction · 0.85
newErrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…