MCPcopy
hub / github.com/cortexlabs/cortex / ObjFlatNoQuotes

Function ObjFlatNoQuotes

pkg/lib/strings/stringify.go:363–365  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

361}
362
363func ObjFlatNoQuotes(val interface{}) string {
364 return strIndent(val, "", "", "", "")
365}
366
367func UserStr(val interface{}) string {
368 return strIndent(val, "", "", "", `"`)

Callers

nothing calls this directly

Calls 1

strIndentFunction · 0.85

Tested by

no test coverage detected