MCPcopy Create free account
hub / github.com/couchbase/moss / Pop

Method Pop

iterator.go:443–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441}
442
443func (iter *iterator) Pop() interface{} {
444 n := len(iter.cursors)
445 x := iter.cursors[n-1]
446 iter.cursors = iter.cursors[0 : n-1]
447 return x
448}
449
450// --------------------------------------------
451

Callers 1

NextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected