Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ generateLogs
Function
generateLogs
code/hangar2.js:40–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
let
generated = false
40
function
generateLogs() {
41
if
(generated)
return
42
generated = true
43
for
(
let
log of logs) {
44
files[log.name] = activity(log.day, log.time).join(
"\n"
)
45
}
46
}
47
48
let
files = {
49
__proto__: null,
Callers
1
hangar2.js
File · 0.85
Calls
1
activity
Function · 0.85
Tested by
no test coverage detected