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:18–20 ·
view source on GitHub ↗
(url string)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(b *browser) Run(url string) error {
19
return
open.Run(url)
20
}
21
22
func
(b *browser) Start(url string) error {
23
return
open.Start(url)
Callers
nothing calls this directly
Calls
1
Run
Method · 0.65
Tested by
no test coverage detected