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

Method GetCompWaveId

tsunami/engine/hooks.go:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (vc *RenderContextImpl) GetCompWaveId() string {
41 if vc.Comp == nil {
42 return ""
43 }
44 return vc.Comp.WaveId
45}
46
47func (vc *RenderContextImpl) getOrderedHook() *Hook {
48 if vc.Comp == nil {

Callers 4

UseIdFunction · 0.80
UseLocalFunction · 0.80
UseVDomRefFunction · 0.80
UseEffectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected