Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PuerkitoBio/goquery
/ Doc
Function
Doc
type_test.go:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
var
docW *Document
20
21
func
Doc() *Document {
22
if
doc == nil {
23
doc = loadDoc(
"page.html"
)
24
}
25
return
doc
26
}
27
28
func
Doc2() *Document {
29
if
doc2 == nil {
Callers
15
TestFind
Function · 0.85
TestFindRollback
Function · 0.85
TestFindNotSelf
Function · 0.85
TestFindInvalid
Function · 0.85
TestChainedFind
Function · 0.85
TestChainedFindInvalid
Function · 0.85
TestChildren
Function · 0.85
TestChildrenRollback
Function · 0.85
TestContents
Function · 0.85
TestContentsRollback
Function · 0.85
TestChildrenFiltered
Function · 0.85
TestChildrenFilteredInvalid
Function · 0.85
Calls
1
loadDoc
Function · 0.85
Tested by
no test coverage detected