func(context.Context) error
| 12 | } |
| 13 | |
| 14 | type TransFunc func(context.Context) error |
| 15 | |
| 16 | func (a *Trans) Exec(ctx context.Context, fn TransFunc) error { |
| 17 | if _, ok := FromTrans(ctx); ok { |
nothing calls this directly
no outgoing calls
no test coverage detected