MCPcopy Create free account
hub / github.com/antchfx/xmlquery / Open

Method Open

node.go:211–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209}
210
211func (i *indentation) Open() (err error) {
212 if i == nil {
213 return
214 }
215
216 if err = i.writeIndent(); err != nil {
217 return
218 }
219
220 i.level++
221 i.hasChild = false
222 return
223}
224
225func (i *indentation) Close() (err error) {
226 if i == nil {

Callers 1

outputXMLFunction · 0.80

Calls 1

writeIndentMethod · 0.95

Tested by

no test coverage detected