MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / pushElement

Method pushElement

opensca/sca/java/xml/xml.go:450–453  ·  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

448
449// Record that we are starting an element with the given name.
450func (d *Decoder) pushElement(name Name) {
451 s := d.push(stkStart)
452 s.name = name
453}
454
455// Record that we are changing the value of ns[local].
456// The old value is url, ok.

Callers 1

TokenMethod · 0.95

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected