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

Method QueueRefOp

pkg/vdom/vdom_root.go:468–470  ·  view source on GitHub ↗
(op VDomRefOperation)

Source from the content-addressed store, hash-verified

466}
467
468func (r *RootElem) QueueRefOp(op VDomRefOperation) {
469 r.RefOperations = append(r.RefOperations, op)
470}
471
472func (r *RootElem) GetRefOperations() []VDomRefOperation {
473 ops := r.RefOperations

Callers 1

QueueRefOpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected