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

Method Calls

client_test.go:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (w *resumableClientTestWorker) Calls() []string {
98 w.callsMu.Lock()
99 defer w.callsMu.Unlock()
100
101 return append([]string(nil), w.calls...)
102}
103
104func (w *resumableClientTestWorker) Work(ctx context.Context, job *Job[resumableClientTestArgs]) error {
105 appendCall := func(call string) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected