Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afazio1/web-crawler
/ functions
Functions
16 in github.com/afazio1/web-crawler
⨍
Functions
16
◇
Types & classes
5
↓ 7 callers
Method
size
()
main.go:42
↓ 2 callers
Method
add
(url string)
main.go:52
↓ 2 callers
Method
dequeue
()
main.go:34
↓ 2 callers
Method
enqueue
(url string)
main.go:27
↓ 2 callers
Function
fetchPage
(url string, c chan []byte)
main.go:87
↓ 2 callers
Function
hashUrl
(url string)
main.go:68
↓ 2 callers
Function
parseHTML
(currUrl string, content []byte, q *Queue, crawled *CrawledSet, db *DatabaseConnection)
main.go:101
↓ 2 callers
Method
size
()
main.go:63
↓ 1 callers
Method
connect
()
main.go:156
↓ 1 callers
Method
contains
(url string)
main.go:58
↓ 1 callers
Method
disconnect
()
main.go:171
↓ 1 callers
Function
getHref
(t html.Token)
main.go:73
↓ 1 callers
Method
insertWebpage
(webpage Webpage)
main.go:176
↓ 1 callers
Method
print
()
main.go:255
↓ 1 callers
Method
update
(crawled *CrawledSet, queue *Queue, t time.Time)
main.go:251
Function
main
()
main.go:186