insertWrapClose closes a errtrace.Wrap call. foo() -> foo()) This needs a corresponding insertWrapOpen to open the call.
| 1087 | // |
| 1088 | // This needs a corresponding insertWrapOpen to open the call. |
| 1089 | type insertWrapClose struct { |
| 1090 | After token.Pos // position to insert after |
| 1091 | } |
| 1092 | |
| 1093 | func (e *insertWrapClose) Pos() token.Pos { |
| 1094 | return e.After |
nothing calls this directly
no outgoing calls
no test coverage detected