()
| 38 | } |
| 39 | |
| 40 | func (vc *RenderContextImpl) GetCompWaveId() string { |
| 41 | if vc.Comp == nil { |
| 42 | return "" |
| 43 | } |
| 44 | return vc.Comp.WaveId |
| 45 | } |
| 46 | |
| 47 | func (vc *RenderContextImpl) getOrderedHook() *Hook { |
| 48 | if vc.Comp == nil { |
no outgoing calls
no test coverage detected