MCPcopy
hub / github.com/cli/cli / Reply

Method Reply

internal/codespaces/connection/tunnels_api_server_mock.go:373–375  ·  view source on GitHub ↗

Reply method for sshRequest to satisfy the tunnelssh.SSHRequest interface

(success bool, message []byte)

Source from the content-addressed store, hash-verified

371
372// Reply method for sshRequest to satisfy the tunnelssh.SSHRequest interface
373func (sr *sshRequest) Reply(success bool, message []byte) error {
374 return sr.request.Reply(success, message)
375}
376
377// convertRequests function
378func convertRequests(reqs <-chan *ssh.Request) <-chan tunnelssh.SSHRequest {

Callers 15

TestRunClose_UserFunction · 0.80
TestRunClose_OrgFunction · 0.80
TestRunClose_MeFunction · 0.80
TestRunClose_ReopenFunction · 0.80
TestRunClose_JSONFunction · 0.80
TestRunLink_RepoFunction · 0.80
TestRunLink_TeamFunction · 0.80
TestRunCopy_UserFunction · 0.80
TestRunCopy_OrgFunction · 0.80
TestRunCopy_MeFunction · 0.80
TestRunCopy_JSONFunction · 0.80
TestRunMarkTemplate_OrgFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestRunClose_UserFunction · 0.64
TestRunClose_OrgFunction · 0.64
TestRunClose_MeFunction · 0.64
TestRunClose_ReopenFunction · 0.64
TestRunClose_JSONFunction · 0.64
TestRunLink_RepoFunction · 0.64
TestRunLink_TeamFunction · 0.64
TestRunCopy_UserFunction · 0.64
TestRunCopy_OrgFunction · 0.64
TestRunCopy_MeFunction · 0.64
TestRunCopy_JSONFunction · 0.64
TestRunMarkTemplate_OrgFunction · 0.64