(customBlocks)
| 38 | setState(state => ({ ...state, customAssets })); |
| 39 | }, |
| 40 | setCustomBlocks(customBlocks) { |
| 41 | setState(state => ({ ...state, customBlocks })); |
| 42 | }, |
| 43 | setCustomRte(customRte) { |
| 44 | setState(state => ({ ...state, customRte })); |
| 45 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected