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

Method GetResource

agent/proto/agent.pb.go:3573–3578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3571}
3572
3573func (m *BoundaryLog) GetResource() isBoundaryLog_Resource {
3574 if m != nil {
3575 return m.Resource
3576 }
3577 return nil
3578}
3579
3580func (x *BoundaryLog) GetHttpRequest() *BoundaryLog_HttpRequest {
3581 if x, ok := x.GetResource().(*BoundaryLog_HttpRequest_); ok {

Callers 2

GetHttpRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected