Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
554
func
isWaveTag(tag string) bool {
555
return
strings.HasPrefix(tag,
"wave:"
) || strings.HasPrefix(tag,
"w:"
)
556
}
557
558
func
isBaseTag(tag string) bool {
559
if
len(tag) == 0 {
Callers
1
isBaseTag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected