MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / sendStateCommand

Method sendStateCommand

src/windscribe-cli/backendcommander.cpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void BackendCommander::sendStateCommand()
359{
360 IPC::CliCommands::GetState cmd;
361 connection_->sendCommand(cmd);
362}
363
364void BackendCommander::onStateResponse(IPC::Command *command)
365{

Callers

nothing calls this directly

Calls 1

sendCommandMethod · 0.45

Tested by

no test coverage detected