handleKChange()
in
frontend/src/App.js [106:108]
3
lines of code
1
McCabe index (conditional complexity)
handleKChange(event) { this.setState({k: event.target.value}); }