Home
last modified time | relevance | path

Searched refs:checkBugStatus (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/dashboard/app/
Dreporting.go436 if ok, reply, err := checkBugStatus(c, cmd, bug, bugReporting); !ok {
548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting… func