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

Function runeSet

pkg/util/strvals/strvals.go:163–169  ·  view source on GitHub ↗
(r []rune)

Source from the content-addressed store, hash-verified

161}
162
163func runeSet(r []rune) map[rune]bool {
164 s := make(map[rune]bool, len(r))
165 for _, rr := range r {
166 s[rr] = true
167 }
168 return s
169}
170
171func (t *parser) key(data map[string]interface{}) (reterr error) {
172 defer func() {

Callers 5

keyMethod · 0.85
keyIndexMethod · 0.85
listItemMethod · 0.85
valMethod · 0.85
valListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected