constructor()
in
lib/file.js [10:13]
4
lines of code
1
McCabe index (conditional complexity)
constructor(path, content) { this.path = path; this.content = content; }