Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PuerkitoBio/goquery
/ Doc2
Function
Doc2
type_test.go:28–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
Doc2() *Document {
29
if
doc2 == nil {
30
doc2 = loadDoc(
"page2.html"
)
31
}
32
return
doc2
33
}
34
35
func
Doc2Clone() *Document {
36
return
CloneDocument(Doc2())
Callers
15
TestWrapEmpty
Function · 0.85
TestNextUntilSelection
Function · 0.85
TestNextUntilSelectionRollback
Function · 0.85
TestNextUntilNodes
Function · 0.85
TestNextUntilNodesRollback
Function · 0.85
TestPrevUntilSelection
Function · 0.85
TestPrevUntilSelectionRollback
Function · 0.85
TestPrevUntilNodes
Function · 0.85
TestPrevUntilNodesRollback
Function · 0.85
TestNextFilteredUntil
Function · 0.85
TestNextFilteredUntilInvalid
Function · 0.85
TestNextFilteredUntilRollback
Function · 0.85
Calls
1
loadDoc
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…