MCPcopy Create free account
hub / github.com/brettlangdon/forge / AddInclude

Method AddInclude

section.go:48–50  ·  view source on GitHub ↗

AddInclude will append a new filename into the section

(filename string)

Source from the content-addressed store, hash-verified

46
47// AddInclude will append a new filename into the section
48func (section *Section) AddInclude(filename string) {
49 section.includes = append(section.includes, filename)
50}
51
52// GetComments will return all the comments were defined for this Section
53func (section *Section) GetComments() []string {

Callers 1

parseIncludeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected