MCPcopy 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
55void CNetStreamMaker::append_string(const char *str)
56{
57 while( *str )
58 append_byte( *str++ );
59}
60
61void CNetStreamMaker::append_byte(uint8_t b)
62{

Callers 6

OnRecvMethod · 0.80
OnSendMethod · 0.80
WriteFailResponseMethod · 0.80
MakeHeaderMethod · 0.80
MakeHeaderMethod · 0.80
MakeMP4FragMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected