Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
func
(xe *XMLEncoder) WriteString(str string) {
62
xe.Writer.Write([]byte(str))
63
}
64
65
func
(xe *XMLEncoder) WriteIndent() {
66
xe.Writer.Write(xe.PreBytes)
Callers
15
EncodeToken
Method · 0.95
EscapeString
Method · 0.95
WriteStart
Method · 0.95
WriteEnd
Method · 0.95
FillStrokeClear
Method · 0.80
Stroke
Method · 0.80
Fill
Method · 0.80
StringDoc
Method · 0.80
Diff
Function · 0.80
svgDraw
Method · 0.80
String
Method · 0.80
String
Method · 0.80
Calls
1
Write
Method · 0.65
Tested by
5
writeTempFile
Function · 0.64
compareBytes
Function · 0.64
compareElements
Function · 0.64
compareUint32s
Function · 0.64
compareStrings
Function · 0.64