MCPcopy Index your code
hub / github.com/helm/helm / newJSONParser

Function newJSONParser

pkg/strvals/parser.go:150–152  ·  view source on GitHub ↗
(sc *bytes.Buffer, data map[string]any)

Source from the content-addressed store, hash-verified

148}
149
150func newJSONParser(sc *bytes.Buffer, data map[string]any) *parser {
151 return &parser{sc: sc, data: data, reader: nil, isjsonval: true}
152}
153
154func newFileParser(sc *bytes.Buffer, data map[string]any, reader RunesValueReader) *parser {
155 return &parser{sc: sc, data: data, reader: reader}

Callers 1

ParseJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…