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

Function inMap

pkg/util/strvals/strvals.go:448–451  ·  view source on GitHub ↗
(k rune, m map[rune]bool)

Source from the content-addressed store, hash-verified

446}
447
448func inMap(k rune, m map[rune]bool) bool {
449 _, ok := m[k]
450 return ok
451}
452
453func typedVal(v []rune, st bool) interface{} {
454 val := string(v)

Callers 1

runesUntilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected