MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / queue

Method queue

fendermint/vm/resolver/src/pool.rs:123–125  ·  view source on GitHub ↗

Queue to consume for task items. Exposed as-is to allow re-queueing items.

(&self)

Source from the content-addressed store, hash-verified

121 ///
122 /// Exposed as-is to allow re-queueing items.
123 pub fn queue(&self) -> ResolveQueue {
124 self.queue.clone()
125 }
126
127 /// Add an item to the resolution targets.
128 ///

Callers 1

runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected