MCPcopy Create free account
hub / github.com/SIPp/sipp / KeywordMap

Class KeywordMap

src/message.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include "message.hpp"
41
42struct KeywordMap {
43 const char *keyword;
44 MessageCompType type;
45};
46
47typedef std::map<std::string, customKeyword> kw_map;
48kw_map keyword_map;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected