func golang.org/x/pkgsite/internal/postgres.searchDocumentSections

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		searchdoc.go#L33: 	return searchDocumentSections(synopsis, readmeFilename, readme, maxSectionWords, maxReadmeFraction)
		searchdoc.go#L36: func searchDocumentSections(synopsis, readmeFilename, readme string, maxSecWords int, maxReadmeFrac float64) (b, c, d string) {