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