Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
12
func
(b *Stub) BrowsedURL() string {
13
if
len(b.urls) > 0 {
14
return
b.urls[0]
15
}
16
return
""
17
}
18
19
type
_testing
interface
{
20
Errorf(string, ...
interface
{})
Callers
8
Test_viewRun
Function · 0.95
runCommandWithRootDirOverridden
Function · 0.95
TestViewRun
Function · 0.95
TestViewRun
Function · 0.95
runCommand
Function · 0.95
Test_diffRun
Function · 0.95
runCommand
Function · 0.95
Test_createRun
Function · 0.95
Calls
no outgoing calls
Tested by
8
Test_viewRun
Function · 0.76
runCommandWithRootDirOverridden
Function · 0.76
TestViewRun
Function · 0.76
TestViewRun
Function · 0.76
runCommand
Function · 0.76
Test_diffRun
Function · 0.76
runCommand
Function · 0.76
Test_createRun
Function · 0.76