MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / pushElement

Method pushElement

server/webdav/internal/xml/xml.go:440–443  ·  view source on GitHub ↗

Record that we are starting an element with the given name.

(name Name)

Source from the content-addressed store, hash-verified

438
439// Record that we are starting an element with the given name.
440func (d *Decoder) pushElement(name Name) {
441 s := d.push(stkStart)
442 s.name = name
443}
444
445// Record that we are changing the value of ns[local].
446// The old value is url, ok.

Callers 1

TokenMethod · 0.95

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected