constructor()
in
src/source.ts [13:16]
4
lines of code
1
McCabe index (conditional complexity)
constructor(id: number, url: string) { this._id = id; this._url = url; }