MCPcopy
hub / github.com/BuilderIO/gpt-crawler / crawl

Method crawl

src/core.ts:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 async crawl() {
251 await crawl(this.config);
252 }
253
254 async write(): Promise<PathLike> {
255 // we need to wait for the file path as the path can change

Callers 1

server.tsFile · 0.80

Calls 1

crawlFunction · 0.85

Tested by

no test coverage detected