MCPcopy Create free account
hub / github.com/OCEChain/OCEChain / Peek

Method Peek

store/queue.go:47–50  ·  view source on GitHub ↗

Popping/Peeking on an empty queue will cause panic The user should check IsEmpty() before doing any actions Peek() returns the element at the front of the queue without removing it

(ptr interface{})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getTopMethod · 0.95
GetMethod · 0.65

Tested by

no test coverage detected