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

Function Ppy

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

Source from the content-addressed store, hash-verified

53}
54
55func Ppy(obj interface{}) {
56 b, err := yaml.Marshal(obj)
57 if err != nil {
58 errors.PrintError(err)
59 }
60 fmt.Println(string(b))
61}

Callers

nothing calls this directly

Calls 1

PrintErrorFunction · 0.92

Tested by

no test coverage detected