MCPcopy Create free account
hub / github.com/alanxz/SimpleAmqpClient / HeaderTable

Method HeaderTable

src/BasicMessage.cpp:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void BasicMessage::HeaderTable(const Table& header_table) {
306 m_impl->header_table = header_table;
307}
308
309bool BasicMessage::HeaderTableIsSet() const {
310 return m_impl->header_table.is_initialized();

Callers 4

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64