Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanxz/SimpleAmqpClient
/ ContentTypeIsSet
Method
ContentTypeIsSet
src/BasicMessage.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool BasicMessage::ContentTypeIsSet() const {
88
return m_impl->content_type.is_initialized();
89
}
90
91
void BasicMessage::ContentTypeClear() { m_impl->content_type.reset(); }
92
Callers
1
CreateAmqpProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected