MCPcopy Create free account
hub / github.com/ScrapeGraphAI/just-scrape / poll

Function poll

src/lib/log.ts:29–31  ·  view source on GitHub ↗
(status: string)

Source from the content-addressed store, hash-verified

27 if (!quiet) s.stop(`Done in ${elapsed(ms)}`);
28 },
29 poll(status: string) {
30 if (!quiet) s.message(`Status: ${status}`);
31 },
32 result(data: unknown) {
33 if (quiet) console.log(JSON.stringify(data));
34 else console.log(`\n${highlight(JSON.stringify(data, null, 2))}\n`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected