| 459 | } |
| 460 | |
| 461 | type callerHook struct { |
| 462 | callerSkipFrameCount int |
| 463 | } |
| 464 | |
| 465 | func newCallerHook(skipFrameCount int) callerHook { |
| 466 | return callerHook{callerSkipFrameCount: skipFrameCount} |
nothing calls this directly
no outgoing calls
no test coverage detected