CallerFormatter is the caller formatter.
func(string, int, string) string
| 24 | |
| 25 | // CallerFormatter is the caller formatter. |
| 26 | type CallerFormatter func(string, int, string) string |
| 27 | |
| 28 | // ShortCallerFormatter is a caller formatter that returns the last 2 levels of the path |
| 29 | // and line number. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…