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