Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
468
func
(r *RootElem) QueueRefOp(op VDomRefOperation) {
469
r.RefOperations = append(r.RefOperations, op)
470
}
471
472
func
(r *RootElem) GetRefOperations() []VDomRefOperation {
473
ops := r.RefOperations
Callers
1
QueueRefOp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected