Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Run
Method
Run
pkg/util/browser/browser.go:7–7 ·
view source on GitHub ↗
(url string)
Source
from the content-addressed store, hash-verified
5
// Browser can open the default browser
6
type
Browser
interface
{
7
Run(url string) error
8
Start(url string) error
9
}
10
Callers
13
Run
Method · 0.65
TestConstraint_sort
Function · 0.65
runWithHooks
Function · 0.65
executeCommandWithAfter
Function · 0.65
runProxyCommand
Function · 0.65
init.go
File · 0.65
pullsecrets.go
File · 0.65
proxycommands.go
File · 0.65
imports.go
File · 0.65
ssh.go
File · 0.65
sync.go
File · 0.65
hooks.go
File · 0.65
Implementers
3
browser
pkg/util/browser/browser.go
FakeBrowser
pkg/util/browser/testing/fake.go
Handler
pkg/util/interrupt/interrupt.go
Calls
no outgoing calls
Tested by
1
TestConstraint_sort
Function · 0.52