MCPcopy Index your code
hub / github.com/cli/cli / ForwardPort

Method ForwardPort

internal/codespaces/rpc/test/port_forwarder.go:26–28  ·  view source on GitHub ↗

ForwardPort implements portforwarder.PortForwarder.

(ctx context.Context, opts portforwarder.ForwardPortOpts)

Source from the content-addressed store, hash-verified

24
25// ForwardPort implements portforwarder.PortForwarder.
26func (PortForwarder) ForwardPort(ctx context.Context, opts portforwarder.ForwardPortOpts) error {
27 panic("unimplemented")
28}
29
30// GetKeepAliveReason implements portforwarder.PortForwarder.
31func (PortForwarder) GetKeepAliveReason() string {

Callers 1

SSHMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected