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

Method AddEffectWork

pkg/vdom/vdom_root.go:68–70  ·  view source on GitHub ↗
(id string, effectIndex int)

Source from the content-addressed store, hash-verified

66}
67
68func (r *RootElem) AddEffectWork(id string, effectIndex int) {
69 r.EffectWorkQueue = append(r.EffectWorkQueue, &EffectWorkElem{Id: id, EffectIndex: effectIndex})
70}
71
72func MakeRoot() *RootElem {
73 return &RootElem{

Callers 1

UseEffectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected