Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
367
func
UserStr(val
interface
{}) string {
368
return
strIndent(val,
""
,
""
,
""
, `"`)
369
}
370
371
func
UserStrValue(val reflect.Value) string {
372
return
strIndentValue(val,
""
,
""
,
""
, `"`)
Callers
1
UserStrStripped
Function · 0.85
Calls
1
strIndent
Function · 0.85
Tested by
no test coverage detected