MCPcopy Index your code
hub / github.com/go-errors/errors / a

Function a

error_test.go:277–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275}
276
277func a() error {
278 b(5)
279 return nil
280}
281
282func b(i int) {
283 c()

Callers 4

BenchmarkStackFormatFunction · 0.85
TestStackFormatFunction · 0.85
TestSkipWorksFunction · 0.85
ExampleWrapFunction · 0.85

Calls 1

bFunction · 0.85

Tested by

no test coverage detected