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

Function Sppg

pkg/lib/debug/debug.go:37–45  ·  view source on GitHub ↗
(obj interface{})

Source from the content-addressed store, hash-verified

35}
36
37func Sppg(obj interface{}) string {
38 spew.Config.SortKeys = true
39 spew.Config.SpewKeys = true
40 spew.Config.Indent = " "
41 spew.Config.ContinueOnMethod = true
42 spew.Config.DisablePointerAddresses = true
43 spew.Config.DisableCapacities = true
44 return spew.Sdump(obj)
45}
46
47func Ppj(obj interface{}) {
48 b, err := json.MarshalIndent(obj, "", " ")

Callers 2

makeRequestFunction · 0.92
PpgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected