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

Function Ppg

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

Source from the content-addressed store, hash-verified

31}
32
33func Ppg(obj interface{}) {
34 fmt.Print(Sppg(obj))
35}
36
37func Sppg(obj interface{}) string {
38 spew.Config.SortKeys = true

Callers 3

setFieldFunction · 0.92
setFirstFieldFunction · 0.92
setFieldNilFunction · 0.92

Calls 2

SppgFunction · 0.85
PrintMethod · 0.45

Tested by

no test coverage detected