MCPcopy Index your code
hub / github.com/riverqueue/river / pilotSpy

Struct pilotSpy

client_pilot_test.go:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type pilotSpy struct {
25 riverpilot.StandardPilot
26
27 jobCancelCalls atomic.Int64
28 jobCleanerQueuesExcludedCalls atomic.Int64
29 jobInsertManyCalls atomic.Int64
30 jobRetryCalls atomic.Int64
31 pilotInitCalls atomic.Int64
32
33 testSignals pilotSpyTestSignals
34}
35
36type pilotSpyTestSignals struct {
37 JobGetAvailable testsignal.TestSignal[struct{}]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected