MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setDataSender

Method setDataSender

valdi/src/valdi/runtime/Debugger/DaemonClient.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void DaemonClient::setDataSender(const Shared<DaemonClientDataSender>& dataSender) {
100 std::lock_guard<Mutex> lock(_mutex);
101 _dataSender = dataSender;
102}
103
104void DaemonClient::processRequest(const Value& request) {
105 auto sendLogs = request.getMapValue("send_logs");

Callers 2

TESTFunction · 0.80
addDaemonClientMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64