MCPcopy 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
636func (x *RecordToolUsageRequest) GetServerUrl() string {
637 if x != nil && x.ServerUrl != nil {
638 return *x.ServerUrl
639 }
640 return ""
641}
642
643func (x *RecordToolUsageRequest) GetTool() string {
644 if x != nil {

Callers 1

RecordToolUsageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected