MCPcopy Create free account
hub / github.com/SmingHub/Sming / getNextStream

Method getNextStream

Sming/Core/Data/Stream/StreamChain.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55protected:
56 IDataSourceStream* getNextStream() override
57 {
58 return queue.dequeue();
59 }
60
61private:
62 using Queue = ObjectQueue<IDataSourceStream, MAX_STREAM_CHAIN_SIZE>;

Callers

nothing calls this directly

Calls 1

dequeueMethod · 0.45

Tested by

no test coverage detected