MCPcopy Create free account
hub / github.com/buildpacks/pack / NewConfigReader

Function NewConfigReader

buildpackage/config_reader.go:52–54  ·  view source on GitHub ↗

NewConfigReader returns an instance of ConfigReader. It does not take any parameters.

()

Source from the content-addressed store, hash-verified

50
51// NewConfigReader returns an instance of ConfigReader. It does not take any parameters.
52func NewConfigReader() *ConfigReader {
53 return &ConfigReader{}
54}
55
56// ConfigReader implements a Read method for buildpackage configuration which parses and validates buildpackage
57// configuration from a toml file.

Callers 3

NewPackCommandFunction · 0.92

Calls

no outgoing calls

Tested by 1