Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
void BasicMessage::HeaderTable(const Table& header_table) {
306
m_impl->header_table = header_table;
307
}
308
309
bool BasicMessage::HeaderTableIsSet() const {
310
return m_impl->header_table.is_initialized();
Callers
4
CreateAmqpProperties
Function · 0.80
SetMessageProperties
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST_F
Function · 0.64