Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ Flush
Method
Flush
svg/xml.go:242–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
}
241
242
func
(xe *XMLEncoder) Flush() {
243
if
bw, isb := xe.Writer.(*bufio.Writer); isb {
244
bw.Flush()
245
}
246
}
Callers
15
WriteXML
Method · 0.95
WriteEnd
Method · 0.95
fprint
Method · 0.45
SVGToFile
Method · 0.45
WriteCSV
Function · 0.45
SaveCSV
Method · 0.45
SaveCSV
Method · 0.45
WriteCSV
Method · 0.45
WriteCSV
Method · 0.45
WriteCSVHeaders
Method · 0.45
WriteCSVRow
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected