| 2517 | } |
| 2518 | |
| 2519 | type EmbeddedCallback struct { |
| 2520 | Nested NestedCallback `embed:""` |
| 2521 | |
| 2522 | Embedded bool |
| 2523 | } |
| 2524 | |
| 2525 | func (e *EmbeddedCallback) AfterApply() error { |
| 2526 | e.Embedded = true |
nothing calls this directly
no outgoing calls
no test coverage detected