MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / GetRefOperations

Method GetRefOperations

pkg/vdom/vdom_root.go:472–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

fullRenderMethod · 0.45
incrementalRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected