Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/projectdiscovery/katana
/ Crawl
Method
Crawl
pkg/engine/engine.go:4–4 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
2
3
type
Engine
interface
{
4
Crawl(string) error
5
Close() error
6
}
Callers
3
Crawl
Method · 0.65
ExecuteCrawling
Method · 0.65
Execute
Method · 0.65
Implementers
4
Headless
pkg/engine/headless/headless.go
Crawler
pkg/engine/headless/crawler/crawler.go
Crawler
pkg/engine/hybrid/hybrid.go
Crawler
pkg/engine/standard/standard.go
Calls
no outgoing calls
Tested by
no test coverage detected