MCPcopy Create free account
hub / github.com/bracesdev/errtrace / TestGetCallerWrap_WrapExisting

Function TestGetCallerWrap_WrapExisting

wrap_caller_test.go:32–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

30}
31
32func TestGetCallerWrap_WrapExisting(t *testing.T) {
33 err := callWrapExisting()
34 wantErr(t, err, "callWrapExisting")
35}
36
37func callWrapExisting() error {
38 return wrapExisting()

Callers

nothing calls this directly

Calls 2

callWrapExistingFunction · 0.85
wantErrFunction · 0.85

Tested by

no test coverage detected