MCPcopy Create free account
hub / github.com/coder/coder / matchesJobAfter

Function matchesJobAfter

coderd/provisionerjobs_internal_test.go:419–426  ·  view source on GitHub ↗
(jobID uuid.UUID, after int64)

Source from the content-addressed store, hash-verified

417}
418
419func matchesJobAfter(jobID uuid.UUID, after int64) gomock.Matcher {
420 return &logsAfterMatcher{
421 params: database.GetProvisionerLogsAfterIDParams{
422 JobID: jobID,
423 CreatedAfter: after,
424 },
425 }
426}

Calls

no outgoing calls

Tested by

no test coverage detected