toggle()
in
store/index.js [21:23]
3
lines of code
1
McCabe index (conditional complexity)
toggle(state, key) { state[key] = !state[key] },