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

Function isBaseTag

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

Source from the content-addressed store, hash-verified

556}
557
558func isBaseTag(tag string) bool {
559 if len(tag) == 0 {
560 return false
561 }
562 return tag[0] == '#' || unicode.IsLower(rune(tag[0])) || isWaveTag(tag)
563}

Callers 2

renderMethod · 0.70
convertToVDomFunction · 0.70

Calls 1

isWaveTagFunction · 0.85

Tested by

no test coverage detected