constructor()
in
scripts/model.ts [9:11]
3
lines of code
1
McCabe index (conditional complexity)
constructor(initialValue: number) { this._currentValue = initialValue; }