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

Method BrowsedURL

internal/browser/stub.go:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12func (b *Stub) BrowsedURL() string {
13 if len(b.urls) > 0 {
14 return b.urls[0]
15 }
16 return ""
17}
18
19type _testing interface {
20 Errorf(string, ...interface{})

Callers 8

Test_viewRunFunction · 0.95
TestViewRunFunction · 0.95
TestViewRunFunction · 0.95
runCommandFunction · 0.95
Test_diffRunFunction · 0.95
runCommandFunction · 0.95
Test_createRunFunction · 0.95

Calls

no outgoing calls

Tested by 8

Test_viewRunFunction · 0.76
TestViewRunFunction · 0.76
TestViewRunFunction · 0.76
runCommandFunction · 0.76
Test_diffRunFunction · 0.76
runCommandFunction · 0.76
Test_createRunFunction · 0.76