Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ ObjFlat
Function
ObjFlat
pkg/lib/strings/stringify.go:359–361 ·
view source on GitHub ↗
(val interface{})
Source
from the content-addressed store, hash-verified
357
}
358
359
func
ObjFlat(val
interface
{}) string {
360
return
strIndent(val,
""
,
""
,
""
, `"`)
361
}
362
363
func
ObjFlatNoQuotes(val
interface
{}) string {
364
return
strIndent(val,
""
,
""
,
""
,
""
)
Callers
1
TestObj
Function · 0.85
Calls
1
strIndent
Function · 0.85
Tested by
1
TestObj
Function · 0.68