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

Method BrowseURL

pkg/cmd/codespace/ports.go:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (pi *portInfo) BrowseURL() string {
134 return fmt.Sprintf("https://%s-%d.app.github.dev", pi.codespace.Name, pi.Port.PortNumber)
135}
136
137func (pi *portInfo) Label() string {
138 if pi.devContainer != nil {

Callers 2

ExportDataMethod · 0.95
ListPortsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected