MCPcopy Create free account
hub / github.com/cogentcore/core / WriteString

Method WriteString

svg/xml.go:61–63  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

59}
60
61func (xe *XMLEncoder) WriteString(str string) {
62 xe.Writer.Write([]byte(str))
63}
64
65func (xe *XMLEncoder) WriteIndent() {
66 xe.Writer.Write(xe.PreBytes)

Callers 15

EncodeTokenMethod · 0.95
EscapeStringMethod · 0.95
WriteStartMethod · 0.95
WriteEndMethod · 0.95
FillStrokeClearMethod · 0.80
StrokeMethod · 0.80
FillMethod · 0.80
StringDocMethod · 0.80
DiffFunction · 0.80
svgDrawMethod · 0.80
StringMethod · 0.80
StringMethod · 0.80

Calls 1

WriteMethod · 0.65

Tested by 5

writeTempFileFunction · 0.64
compareBytesFunction · 0.64
compareElementsFunction · 0.64
compareUint32sFunction · 0.64
compareStringsFunction · 0.64