MCPcopy 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
224func makePathStr(elemPath []string) string {
225 return strings.Join(elemPath, " ")
226}
227
228func capitalizeAscii(s string) string {
229 if s == "" || s[0] < 'a' || s[0] > 'z' {

Callers 1

fixStyleAttributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected