MCPcopy 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
242func (xe *XMLEncoder) Flush() {
243 if bw, isb := xe.Writer.(*bufio.Writer); isb {
244 bw.Flush()
245 }
246}

Callers 15

WriteXMLMethod · 0.95
WriteEndMethod · 0.95
fprintMethod · 0.45
SVGToFileMethod · 0.45
WriteCSVFunction · 0.45
SaveCSVMethod · 0.45
SaveCSVMethod · 0.45
WriteCSVMethod · 0.45
WriteCSVMethod · 0.45
WriteCSVHeadersMethod · 0.45
WriteCSVRowMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected