MCPcopy Index your code
hub / github.com/parca-dev/parca / push

Method push

pkg/query/flamegraph_arrow.go:2143–2143  ·  view source on GitHub ↗
(i trimmingElement)

Source from the content-addressed store, hash-verified

2141func (q *queue) len() int { return len(q.elements) }
2142
2143func (q *queue) push(i trimmingElement) { q.elements = append(q.elements, i) }
2144
2145// pops the first element from the queue.
2146func (q *queue) pop() trimmingElement {

Callers 15

trimMethod · 0.95
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80
internalBinaryReadMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestHarnessFunction · 0.64