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

Method Kind

client_test.go:8800–8802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8798type JobArgsReflectKind[TKind any] struct{}
8799
8800func (a JobArgsReflectKind[TKind]) Kind() string {
8801 return reflect.TypeFor[JobArgsReflectKind[TKind]]().Name()
8802}
8803
8804func TestInsertParamsFromJobArgsAndOptions(t *testing.T) {
8805 t.Parallel()

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected