MCPcopy Create free account
hub / github.com/andlabs/ui / Free

Method Free

drawtext.go:374–376  ·  view source on GitHub ↗

Free destroys s.

()

Source from the content-addressed store, hash-verified

372
373// Free destroys s.
374func (s *AttributedString) Free() {
375 C.uiFreeAttributedString(s.s)
376}
377
378// String returns the textual content of s.
379func (s *AttributedString) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected