MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / QueueRefOp

Method QueueRefOp

tsunami/engine/rootelem.go:453–455  ·  view source on GitHub ↗
(op vdom.VDomRefOperation)

Source from the content-addressed store, hash-verified

451}
452
453func (r *RootElem) QueueRefOp(op vdom.VDomRefOperation) {
454 r.RefOperations = append(r.RefOperations, op)
455}
456
457func (r *RootElem) GetRefOperations() []vdom.VDomRefOperation {
458 ops := r.RefOperations

Callers 1

QueueRefOpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected