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

Method getMethod

src/message.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 return response;
464}
465char *SendingMessage::getMethod()
466{
467 return method;
468}
469int SendingMessage::getCode()
470{
471 return code;

Callers 4

scenarioMethod · 0.80
createSendingMessageMethod · 0.80
print_count_fileFunction · 0.80
draw_scenario_screenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected