Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thunder-Compute/thunder-cli
/ MockBrowserOpener
Struct
MockBrowserOpener
internal/testutils/mocks.go:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
type
MockBrowserOpener
struct
{
91
OpenFunc
func
(url string) error
92
}
93
94
func
(m *MockBrowserOpener) Open(url string) error {
95
if
m.OpenFunc != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected