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

Function TestGetCallerWrap_PassCaller

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

Source from the content-addressed store, hash-verified

45}
46
47func TestGetCallerWrap_PassCaller(t *testing.T) {
48 err := callPassCaller()
49 wantErr(t, err, "callPassCaller")
50}
51
52func callPassCaller() error {
53 return passCaller()

Callers

nothing calls this directly

Calls 2

callPassCallerFunction · 0.85
wantErrFunction · 0.85

Tested by

no test coverage detected