(job *waveobj.Job)
| 137 | } |
| 138 | |
| 139 | func isJobManagerRunning(job *waveobj.Job) bool { |
| 140 | return job.JobManagerStatus == JobManagerStatus_Running |
| 141 | } |
| 142 | |
| 143 | func GetJobManagerStatus(ctx context.Context, jobId string) (string, error) { |
| 144 | job, err := wstore.DBGet[*waveobj.Job](ctx, jobId) |
no outgoing calls
no test coverage detected