golang.org/x/pkgsite/internal/frontend.Section.NumLines (field)

5 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		section.go#L16: 	NumLines int        // total number of lines in subsections
		section.go#L20: 	return &Section{Prefix: prefix, NumLines: 0}
		section.go#L26: 		s.NumLines++
		section.go#L28: 		s.NumLines += sub.NumLines