func()

in cqlprotodoc/spec/spec.go [46:48]


func (s Section) Empty() bool {
	return s.Number == "" && s.Title == "" && len(s.Body) == 0
}