MCPcopy
hub / github.com/minio/minio-go / rdma

Method rdma

rdma.go:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (c *Client) rdma() (*rdmaClientHandle, error) {
115 c.rdmaOnce.Do(func() {
116 c.rdmaHandle, c.rdmaInitErr = newRDMAClient(c)
117 })
118 return c.rdmaHandle, c.rdmaInitErr
119}
120
121func lastRDMAError() string {
122 msg := C.miniocpp_last_error()

Callers 2

putObjectRDMAMethod · 0.95
getObjectRDMAMethod · 0.95

Calls 2

newRDMAClientFunction · 0.85
DoMethod · 0.80

Tested by

no test coverage detected