MCPcopy Create free account
hub / github.com/devspace-sh/devspace / newFileParser

Function newFileParser

pkg/util/strvals/strvals.go:146–148  ·  view source on GitHub ↗
(sc *bytes.Buffer, data map[string]interface{}, reader RunesValueReader)

Source from the content-addressed store, hash-verified

144}
145
146func newFileParser(sc *bytes.Buffer, data map[string]interface{}, reader RunesValueReader) *parser {
147 return &parser{sc: sc, data: data, reader: reader}
148}
149
150func (t *parser) parse() error {
151 for {

Callers 2

ParseFileFunction · 0.85
ParseIntoFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected