Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
558
func
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
render
Method · 0.70
convertToVDom
Function · 0.70
Calls
1
isWaveTag
Function · 0.85
Tested by
no test coverage detected