Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efficientgo/e2e
/ OpenUserInterfaceInBrowser
Method
OpenUserInterfaceInBrowser
profiling/profiling.go:247–249 ·
view source on GitHub ↗
(paths ...string)
Source
from the content-addressed store, hash-verified
245
}
246
247
func
(s *Service) OpenUserInterfaceInBrowser(paths ...string) error {
248
return
e2einteractive.OpenInBrowser(
"http://"
+ s.p.Endpoint(
"http"
) + strings.Join(paths,
"/"
))
249
}
Callers
1
deployWithMonitoring
Function · 0.45
Calls
1
Endpoint
Method · 0.65
Tested by
no test coverage detected