Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
protected:
56
IDataSourceStream* getNextStream() override
57
{
58
return queue.dequeue();
59
}
60
61
private:
62
using Queue = ObjectQueue<IDataSourceStream, MAX_STREAM_CHAIN_SIZE>;
Callers
nothing calls this directly
Calls
1
dequeue
Method · 0.45
Tested by
no test coverage detected