Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
func
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
PrintError
Function · 0.92
Tested by
no test coverage detected