D | reporting.go | 43 var bugs []*Bug 71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR… argument 84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) ( argument 157 func currentReporting(c context.Context, bug *Bug) (*Reporting, *BugReporting, int, string, error) { argument 193 func createBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *datastore.Key, argument 299 var bugs []*Bug 306 bugMap := make(map[string]*Bug) 428 bug := new(Bug) 495 bug *Bug, bugReporting *BugReporting, final bool, dupHash string, argument 548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting… argument [all …]
|