MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / AddCall

Method AddCall

world/web_interface.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void WebInterface::AddCall(const std::string &method, WebInterfaceCall call)
125{
126 m_calls.emplace(std::make_pair(method, call));
127}
128
129void WebInterface::SendResponse(const std::string &id, const Json::Value &response)
130{

Callers 1

RegisterEQWFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected