MCPcopy Index your code
hub / github.com/cortexlabs/cortex / UserStrValue

Function UserStrValue

pkg/lib/strings/stringify.go:371–373  ·  view source on GitHub ↗
(val reflect.Value)

Source from the content-addressed store, hash-verified

369}
370
371func UserStrValue(val reflect.Value) string {
372 return strIndentValue(val, "", "", "", `"`)
373}
374
375func UserStrStripped(val interface{}) string {
376 return TrimPrefixAndSuffix(UserStr(val), `"`)

Callers 1

UserStrsFunction · 0.85

Calls 1

strIndentValueFunction · 0.85

Tested by

no test coverage detected