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

Function isWaveTag

pkg/vdom/vdom.go:554–556  ·  view source on GitHub ↗
(tag string)

Source from the content-addressed store, hash-verified

552}
553
554func isWaveTag(tag string) bool {
555 return strings.HasPrefix(tag, "wave:") || strings.HasPrefix(tag, "w:")
556}
557
558func isBaseTag(tag string) bool {
559 if len(tag) == 0 {

Callers 1

isBaseTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected