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

Method InitDeviceRepo

tools/mage/dev.go:279–281  ·  view source on GitHub ↗

InitDeviceRepo initializes the device repository.

()

Source from the content-addressed store, hash-verified

277
278// InitDeviceRepo initializes the device repository.
279func (Dev) InitDeviceRepo() error {
280 return runGo("./cmd/ttn-lw-stack", "dr-db", "init")
281}
282
283// InitStack initializes the Stack.
284func (Dev) InitStack() error {

Callers

nothing calls this directly

Calls 1

runGoFunction · 0.85

Tested by

no test coverage detected