| 1238 | } |
| 1239 | |
| 1240 | type SourceParser struct { |
| 1241 | Builders []*template.Builder |
| 1242 | BuilderPlugins packer.BuilderSet |
| 1243 | WithAnnotations bool |
| 1244 | out []byte |
| 1245 | } |
| 1246 | |
| 1247 | func (p *SourceParser) Parse(tpl *template.Template) error { |
| 1248 | if p.out == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected