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

Method HeaderTableIsSet

src/BasicMessage.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309bool BasicMessage::HeaderTableIsSet() const {
310 return m_impl->header_table.is_initialized();
311}
312
313void BasicMessage::HeaderTableClear() { m_impl->header_table.reset(); }
314

Callers 2

CreateAmqpPropertiesFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64