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

Method Messages

tools/mage/go.go:288–290  ·  view source on GitHub ↗

Messages builds the file with translatable messages in Go code.

()

Source from the content-addressed store, hash-verified

286
287// Messages builds the file with translatable messages in Go code.
288func (Go) Messages() error {
289 return runGoTool("generate_i18n.go")
290}
291
292// EventData builds the file with event data.
293func (Go) EventData() error {

Callers

nothing calls this directly

Calls 1

runGoToolFunction · 0.85

Tested by

no test coverage detected