MCPcopy Index your code
hub / github.com/tdewolff/canvas / String

Method String

svg.go:1334–1343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1332}
1333
1334func (sels cssSelector) String() string {
1335 if len(sels) == 0 {
1336 return ""
1337 }
1338 sb := strings.Builder{}
1339 for _, sel := range sels {
1340 sb.WriteString(sel.String())
1341 }
1342 return sb.String()[1:]
1343}
1344
1345type cssProperty struct {
1346 key, val string

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected