runtime.Frame.Function (field)

14 uses

	runtime (current package)
		symtab.go#L44: 	Function string
		symtab.go#L132: 			Function:  funcNameForPrint(sf.name()),
		symtab.go#L181: 		return f.Function
		symtab.go#L252: 			Function: gostring(arg.funcName),
		trace.go#L1409: 	fn := f.Function

	github.com/go-faster/errors
		frame.go#L40: 	return fr.Function, fr.File, fr.Line

	go.uber.org/zap
		logger.go#L412: 			Function: frame.Function,

	go.uber.org/zap/internal/stacktrace
		stack.go#L175: 	sf.b.AppendString(frame.Function)

	net/http
		server.go#L1134: 		if !strings.HasPrefix(frame.Function, "net/http.") {
		server.go#L1147: 		w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
		server.go#L1152: 		w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
		server.go#L1618: 			w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
		server.go#L3475: 			logf(tw.req, "http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)

	reflect
		value.go#L194: 		name := frame.Function