Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ isResponse
Method
isResponse
src/message.cpp:461–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
return cancel;
460
}
461
bool SendingMessage::isResponse()
462
{
463
return response;
464
}
465
char *SendingMessage::getMethod()
466
{
467
return method;
Callers
4
scenario
Method · 0.80
executeMessage
Method · 0.80
print_count_file
Function · 0.80
draw_scenario_screen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected