constructor()
in
src/component.tsx [54:57]
4
lines of code
1
McCabe index (conditional complexity)
constructor(props: any){ super(props); this.state = initialState; }