MCPcopy Index your code
hub / github.com/coder/coder / GetProvider

Method GetProvider

coderd/aibridged/proto/aibridged.pb.go:92–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (x *RecordInterceptionRequest) GetProvider() string {
93 if x != nil {
94 return x.Provider
95 }
96 return ""
97}
98
99func (x *RecordInterceptionRequest) GetModel() string {
100 if x != nil {

Callers 1

TestRecordInterceptionFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRecordInterceptionFunction · 0.64