Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
Calls
1
crawl
Function · 0.85
Tested by
no test coverage detected