| 238 | |
| 239 | func locateFreeSection(document string) (sectionHTML string, headingText string, found bool) { |
| 240 | type sectionFrame struct { |
| 241 | start int |
| 242 | } |
| 243 | |
| 244 | var sectionStack []sectionFrame |
| 245 | var inH2 bool |
nothing calls this directly
no outgoing calls
no test coverage detected