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

Method GetOwnerId

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

Source from the content-addressed store, hash-verified

1227}
1228
1229func (x *IsAuthorizedResponse) GetOwnerId() string {
1230 if x != nil {
1231 return x.OwnerId
1232 }
1233 return ""
1234}
1235
1236func (x *IsAuthorizedResponse) GetApiKeyId() string {
1237 if x != nil {

Callers 1

ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected