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

Method StartTask

pkg/component/tasks.go:25–27  ·  view source on GitHub ↗

StartTask implements the TaskStarter interface.

(conf *task.Config)

Source from the content-addressed store, hash-verified

23
24// StartTask implements the TaskStarter interface.
25func (c *Component) StartTask(conf *task.Config) {
26 c.taskStarter.StartTask(conf)
27}
28
29func (c *Component) startTasks() {
30 for _, conf := range c.taskConfigs {

Callers

nothing calls this directly

Implementers 1

Componentpkg/component/component.go

Calls 1

StartTaskMethod · 0.65

Tested by

no test coverage detected