MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Run

Method Run

helper/cmd/tunnel.go:27–29  ·  view source on GitHub ↗

Run runs the command logic

(cobraCmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

25
26// Run runs the command logic
27func (cmd *TunnelCmd) Run(cobraCmd *cobra.Command, args []string) error {
28 return tunnel.StartTunnelServer(os.Stdin, os.Stdout, true, true)
29}

Callers

nothing calls this directly

Calls 1

StartTunnelServerFunction · 0.92

Tested by

no test coverage detected