package analyzer
// FuncSection represents a type definition section.
type FuncSection struct {
sectionBase
}
func (analyzer *analysisOperation) analyzeFuncSection () (
section Section,
err error,
) {
return