MCPcopy Create free account
hub / github.com/canonical/multipass / read_std_error

Method read_std_error

src/ssh/ssh_process.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111std::string mp::SSHProcess::read_std_error()
112{
113 return read_stream(StreamType::err);
114}
115
116std::string mp::SSHProcess::read_stream(StreamType type, int timeout)
117{

Callers 6

run_cmdFunction · 0.80
check_sshfs_is_runningFunction · 0.80
ssh_rebootFunction · 0.80
infoMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64