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

Method getComponent

src/message.cpp:618–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 return messageComponents.size();
617}
618struct MessageComponent *SendingMessage::getComponent(int i) {
619 return messageComponents[i];
620}
621
622/* This is very simplistic and does not yet allow any arguments, but it is a start. */
623int registerKeyword(char *keyword, customKeyword fxn)

Callers 1

createSendingMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected