updateLink()
in
client/src/store/index.js [46:48]
3
lines of code
1
McCabe index (conditional complexity)
updateLink(state, link, ind){ state.links[ind] = link; }