()
| 470 | } |
| 471 | |
| 472 | func (r *RootElem) GetRefOperations() []VDomRefOperation { |
| 473 | ops := r.RefOperations |
| 474 | r.RefOperations = nil |
| 475 | return ops |
| 476 | } |
| 477 | |
| 478 | func convertPropsToVDom(props map[string]any) map[string]any { |
| 479 | if len(props) == 0 { |
no outgoing calls
no test coverage detected