MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / hangar2.js

File hangar2.js

code/hangar2.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var readTextFile = function() {
2 let min = 60 * 1000, hour = min * 60, day = hour * 24
3
4 let logs = [], year = 2023, start = new Date(year, 8, 21).getTime()

Callers

nothing calls this directly

Calls 3

generateLogsFunction · 0.85
screenFunction · 0.85
errorFunction · 0.70

Tested by

no test coverage detected