runtime.Frame.Function (field)

12 uses

	runtime (current package)
		symtab.go#L47: 	Function string
		symtab.go#L162: 			Function:  funcNameForPrint(sf.name()),
		symtab.go#L227: 		return f.Function
		symtab.go#L306: 			Function: gostring(arg.funcName),
		tracestack.go#L230: 	fn := f.Function

	internal/bisect
		bisect.go#L499: 		buf = append(buf, f.Function...)

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

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