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

Struct insertReturnNBlockClose

cmd/errtrace/main.go:1115–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113}
1114
1115type insertReturnNBlockClose struct {
1116 N int // number of returns
1117 After token.Pos // position to insert after
1118}
1119
1120func (i *insertReturnNBlockClose) Pos() token.Pos {
1121 return i.After

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected