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

Method compMatch

pkg/vdom/vdom_comp.go:35–40  ·  view source on GitHub ↗
(tag string, key string)

Source from the content-addressed store, hash-verified

33}
34
35func (c *ComponentImpl) compMatch(tag string, key string) bool {
36 if c == nil {
37 return false
38 }
39 return c.Tag == tag && c.Key == key
40}

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected