Go to the source code of this file.
◆ grpc_call_test_only_get_compression_algorithm()
Return the message compression algorithm from call.
- Warning
- This function should only be used in test code.
Definition at line 1810 of file call.cc.
◆ grpc_call_test_only_get_encodings_accepted_by_peer()
Returns a bitset for the encodings (compression algorithms) supported by call's peer.
To be indexed by grpc_compression_algorithm enum values.
Definition at line 1819 of file call.cc.
◆ grpc_call_test_only_get_message_flags()
Return the message flags from call.
- Warning
- This function should only be used in test code.
Definition at line 1815 of file call.cc.