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

Method Updated

pkg/i18n/i18n.go:96–96  ·  view source on GitHub ↗

Updated returns whether the descriptor was updated.

()

Source from the content-addressed store, hash-verified

94
95// Updated returns whether the descriptor was updated.
96func (m *MessageDescriptor) Updated() bool { return m.updated }
97
98func (m *MessageDescriptor) String() string {
99 if m == nil {

Callers 3

mainFunction · 0.45
TestI18NFunction · 0.45
UpdatedMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestI18NFunction · 0.36