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

Method val

pkg/util/strvals/strvals.go:384–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382}
383
384func (t *parser) val() ([]rune, error) {
385 stop := runeSet([]rune{','})
386 v, _, err := runesUntil(t.sc, stop)
387 return v, err
388}
389
390func (t *parser) valList() ([]interface{}, error) {
391 r, _, e := t.sc.ReadRune()

Callers 2

keyMethod · 0.95
listItemMethod · 0.95

Calls 2

runeSetFunction · 0.85
runesUntilFunction · 0.85

Tested by

no test coverage detected