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

Function UserStr

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

Source from the content-addressed store, hash-verified

365}
366
367func UserStr(val interface{}) string {
368 return strIndent(val, "", "", "", `"`)
369}
370
371func UserStrValue(val reflect.Value) string {
372 return strIndentValue(val, "", "", "", `"`)

Callers 1

UserStrStrippedFunction · 0.85

Calls 1

strIndentFunction · 0.85

Tested by

no test coverage detected