Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ add_message
Method
add_message
include/mgmt/rpc/jsonrpc/Defs.h:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
///
138
template <typename Msg>
139
void
140
add_message(Msg &&msg)
141
{
142
_elements.push_back(std::forward<Msg>(msg));
143
}
144
145
const MessageList &
146
get_messages() const
Callers
2
handle_call
Method · 0.80
decode
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected