MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / SendStandardResponse

Method SendStandardResponse

source/Debugger.cpp:2073–2079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2071}
2072
2073int Debugger::SendStandardResponse(char *aCommandName, char *aTransactionId)
2074{
2075 mResponseBuf.WriteF("<response command=\"%s\" transaction_id=\"%e\"/>"
2076 , aCommandName, aTransactionId);
2077
2078 return SendResponse();
2079}
2080
2081int Debugger::SendContinuationResponse(char *aCommand, char *aStatus, char *aReason)
2082{

Callers

nothing calls this directly

Calls 1

WriteFMethod · 0.80

Tested by

no test coverage detected