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

Method GetKey

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

Source from the content-addressed store, hash-verified

1171}
1172
1173func (x *IsAuthorizedRequest) GetKey() string {
1174 if x != nil {
1175 return x.Key
1176 }
1177 return ""
1178}
1179
1180func (x *IsAuthorizedRequest) GetKeyId() string {
1181 if x != nil {

Calls

no outgoing calls