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

Function getFuncNameLoc

functional_tests.go:408–411  ·  view source on GitHub ↗
(caller int)

Source from the content-addressed store, hash-verified

406}
407
408func getFuncNameLoc(caller int) string {
409 pc, _, _, _ := runtime.Caller(caller)
410 return strings.TrimPrefix(runtime.FuncForPC(pc).Name(), "main.")
411}
412
413type ClientConfig struct {
414 // MinIO client configuration

Callers 2

getFuncNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected