MCPcopy 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
18func (b *browser) Run(url string) error {
19 return open.Run(url)
20}
21
22func (b *browser) Start(url string) error {
23 return open.Start(url)

Callers

nothing calls this directly

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected