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

Method SetFields

pkg/networkserver/device_state.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (st *setDeviceState) SetFields() []string {
101 return append(st.paths, st.extraSets...)
102}
103
104func (st *setDeviceState) GetFields() []string {
105 return append(st.paths, st.extraGets...)

Callers 6

SetFuncMethod · 0.95
SetMethod · 0.45
UpdateRelayMethod · 0.45
handleJoinRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected