Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/minio/minio-go
/ main
Function
main
cmd/rdma-test/main.go:38–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
main() {
39
if
err := run(); err != nil {
40
log.Fatal(err)
41
}
42
}
43
44
func
run() error {
45
endpoint := envOr(
"MINIO_ENDPOINT"
,
"coe01:9000"
)
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected