gitlab.com/evatix-go/core@v1.3.55/codestack/MethodName.go (about) 1 package codestack 2 3 func MethodName() (methodName string) { 4 _, _, methodName = MethodNamePackageNameUsingStackSkip(defaultInternalSkip) 5 6 return methodName 7 }