MCPcopy
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
28func Doc2() *Document {
29 if doc2 == nil {
30 doc2 = loadDoc("page2.html")
31 }
32 return doc2
33}
34
35func Doc2Clone() *Document {
36 return CloneDocument(Doc2())

Callers 15

TestWrapEmptyFunction · 0.85
TestNextUntilSelectionFunction · 0.85
TestNextUntilNodesFunction · 0.85
TestPrevUntilSelectionFunction · 0.85
TestPrevUntilNodesFunction · 0.85
TestNextFilteredUntilFunction · 0.85

Calls 1

loadDocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…