| 2720 | } |
| 2721 | |
| 2722 | type testActivationWrapper struct { |
| 2723 | Activation |
| 2724 | name string |
| 2725 | } |
| 2726 | |
| 2727 | func (tw *testActivationWrapper) Unwrap() Activation { |
| 2728 | return tw.Activation |
nothing calls this directly
no outgoing calls
no test coverage detected