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

Method WriteEOL

svg/xml.go:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (xe *XMLEncoder) WriteEOL() {
71 xe.Writer.Write([]byte("\n"))
72}
73
74// Decide whether the given rune is in the XML Character Range, per
75// the Char production of https://www.xml.com/axml/testaxml.htm,

Callers 2

WriteStartMethod · 0.95
WriteEndMethod · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected