Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ getTime
Function
getTime
scripts/ggdrive_downloadPdf.js:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
return
new
Date(ms).toISOString().slice(11, 19);
95
}
96
function
getTime() {
97
return
formatTime(Date.now() - startTime);
98
}
99
100
for
(
let
i = 0; i < pageCount; i++) {
101
let
page = pageContainers[i];
Callers
1
ggdrive_downloadPdf.js
File · 0.85
Calls
1
formatTime
Function · 0.70
Tested by
no test coverage detected