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

Function getFuncName

functional_tests.go:404–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402}
403
404func getFuncName() string {
405 return getFuncNameLoc(2)
406}
407
408func getFuncNameLoc(caller int) string {
409 pc, _, _, _ := runtime.Caller(caller)

Callers 15

createHTTPTransportFunction · 0.85
testMakeBucketErrorFunction · 0.85
testMetadataSizeLimitFunction · 0.85
testMakeBucketRegionsFunction · 0.85
testPutObjectReadAtFunction · 0.85
testListObjectVersionsFunction · 0.85
testListMultipartUploadFunction · 0.85

Calls 1

getFuncNameLocFunction · 0.85

Tested by

no test coverage detected