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

Method Updated

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

Updated returns updated message descriptors.

()

Source from the content-addressed store, hash-verified

264
265// Updated returns updated message descriptors.
266func (m MessageDescriptorMap) Updated() (updated []string) {
267 for id, descriptor := range m {
268 if descriptor.Updated() {
269 updated = append(updated, id)
270 }
271 }
272 return
273}
274
275// Cleanup removes unused message descriptors.
276func (m MessageDescriptorMap) Cleanup() (deleted []string) {

Callers

nothing calls this directly

Calls 1

UpdatedMethod · 0.45

Tested by

no test coverage detected