Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antchfx/xmlquery
/ NewLine
Method
NewLine
node.go:203–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
}
202
203
func
(i *indentation) NewLine() (err error) {
204
if
i == nil {
205
return
206
}
207
_, err = io.WriteString(i.w,
"\n"
)
208
return
209
}
210
211
func
(i *indentation) Open() (err error) {
212
if
i == nil {
Callers
1
outputXML
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected