Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canonical/multipass
/ send_command
Method
send_command
tests/test_cli_client.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
struct Client : public Test
36
{
37
int send_command(const std::vector<std::string>& command)
38
{
39
return send_command(command, null_stream);
40
}
41
42
int send_command(const std::vector<std::string>& command, std::ostream& cout)
43
{
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected