Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ GetServerUrl
Method
GetServerUrl
coderd/aibridged/proto/aibridged.pb.go:636–641 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
634
}
635
636
func
(x *RecordToolUsageRequest) GetServerUrl() string {
637
if
x != nil && x.ServerUrl != nil {
638
return
*x.ServerUrl
639
}
640
return
""
641
}
642
643
func
(x *RecordToolUsageRequest) GetTool() string {
644
if
x != nil {
Callers
1
RecordToolUsage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected