MCPcopy Create free account
hub / github.com/apache/brpc / WriteAMFNull

Function WriteAMFNull

src/brpc/amf.cpp:971–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971void WriteAMFNull(AMFOutputStream* stream) {
972 stream->put_u8(AMF_MARKER_NULL);
973}
974
975void WriteAMFUndefined(AMFOutputStream* stream) {
976 stream->put_u8(AMF_MARKER_UNDEFINED);

Callers 15

OnStopInternalMethod · 0.85
PlayMethod · 0.85
Play2Method · 0.85
PublishMethod · 0.85
SeekMethod · 0.85
PauseMethod · 0.85
SendStopMessageMethod · 0.85
OnConnectMethod · 0.85
OnCreateStreamMethod · 0.85
OnPlayMethod · 0.85
RunMethod · 0.85
SendFMLEStartResponseFunction · 0.85

Calls 1

put_u8Method · 0.80

Tested by

no test coverage detected