Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ makePathStr
Function
makePathStr
pkg/vdom/vdom_html.go:224–226 ·
view source on GitHub ↗
(elemPath []string)
Source
from the content-addressed store, hash-verified
222
}
223
224
func
makePathStr(elemPath []string) string {
225
return
strings.Join(elemPath,
" "
)
226
}
227
228
func
capitalizeAscii(s string) string {
229
if
s ==
""
|| s[0] <
'a'
|| s[0] >
'z'
{
Callers
1
fixStyleAttribute
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected