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

Method startTasks

pkg/component/tasks.go:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (c *Component) startTasks() {
30 for _, conf := range c.taskConfigs {
31 c.taskStarter.StartTask(conf)
32 }
33}

Callers 1

StartMethod · 0.95

Implementers 1

Componentpkg/component/component.go

Calls 1

StartTaskMethod · 0.65

Tested by

no test coverage detected