MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / StartTask

Method StartTask

pkg/workerpool/workerpool_test.go:214–216  ·  view source on GitHub ↗
(cfg *task.Config)

Source from the content-addressed store, hash-verified

212type mockComponent struct{}
213
214func (*mockComponent) StartTask(cfg *task.Config) {
215 task.DefaultStartTask(cfg)
216}
217
218func (*mockComponent) FromRequestContext(ctx context.Context) context.Context {
219 return ctx

Callers

nothing calls this directly

Calls 1

DefaultStartTaskFunction · 0.92

Tested by

no test coverage detected