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

Function UserStrStripped

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

Source from the content-addressed store, hash-verified

373}
374
375func UserStrStripped(val interface{}) string {
376 return TrimPrefixAndSuffix(UserStr(val), `"`)
377}
378
379func UserStrs(val interface{}) []string {
380 if val == nil {

Callers

nothing calls this directly

Calls 2

TrimPrefixAndSuffixFunction · 0.85
UserStrFunction · 0.85

Tested by

no test coverage detected