Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ append_bytes
Method
append_bytes
Common/util/NetStreamMaker.cpp:92–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void CNetStreamMaker::append_bytes(uint8_t val, uint32_t num)
93
{
94
for (int i=0; i<num; i++)
95
{
96
append_byte(val);
97
}
98
}
99
100
void CNetStreamMaker::append_double(double val)
101
{
Callers
2
MakeHeader
Method · 0.80
MakeMP4Frag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected