function getLogs()
in
lib/log.js [25:27]
3
lines of code
1
McCabe index (conditional complexity)
function getLogs() { return readFile(logPath, 'utf8'); }