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

Method compMatch

tsunami/engine/comp.go:47–52  ·  view source on GitHub ↗
(tag string, key string)

Source from the content-addressed store, hash-verified

45}
46
47func (c *ComponentImpl) compMatch(tag string, key string) bool {
48 if c == nil {
49 return false
50 }
51 return c.Tag == tag && c.Key == key
52}

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected