MCPcopy Index your code
hub / github.com/XmirrorSecurity/OpenSCA-cli / pop

Method pop

opensca/sca/java/xml/xml.go:402–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400}
401
402func (d *Decoder) pop() *stack {
403 s := d.stk
404 if s != nil {
405 d.stk = s.next
406 s.next = d.free
407 d.free = s
408 }
409 return s
410}
411
412// Record that after the current element is finished
413// (that element is already pushed on the stack)

Callers 2

popEOFMethod · 0.95
popElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected