MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / sectionFrame

Struct sectionFrame

internal/fab/scraper.go:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239func 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected