Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ append_string
Method
append_string
Common/util/NetStreamMaker.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void CNetStreamMaker::append_string(const char *str)
56
{
57
while( *str )
58
append_byte( *str++ );
59
}
60
61
void CNetStreamMaker::append_byte(uint8_t b)
62
{
Callers
6
OnRecv
Method · 0.80
OnSend
Method · 0.80
WriteFailResponse
Method · 0.80
MakeHeader
Method · 0.80
MakeHeader
Method · 0.80
MakeMP4Frag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected