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

Function docs

src/lib/log.ts:20–22  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

18 const s = p.spinner();
19 return {
20 docs(url: string) {
21 if (!quiet) console.log(chalk.dim(`Docs: ${url}`));
22 },
23 start(msg: string) {
24 if (!quiet) s.start(msg);
25 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected