Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/just-scrape
/ stop
Function
stop
src/lib/log.ts:26–28 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
24
if
(!quiet) s.start(msg);
25
},
26
stop(ms: number) {
27
if
(!quiet) s.stop(`Done in ${elapsed(ms)}`);
28
},
29
poll(status: string) {
30
if
(!quiet) s.message(`Status: ${status}`);
31
},
Callers
nothing calls this directly
Calls
1
elapsed
Function · 0.85
Tested by
no test coverage detected