Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
func
Ppg(obj
interface
{}) {
34
fmt.Print(Sppg(obj))
35
}
36
37
func
Sppg(obj
interface
{}) string {
38
spew.Config.SortKeys = true
Callers
3
setField
Function · 0.92
setFirstField
Function · 0.92
setFieldNil
Function · 0.92
Calls
2
Sppg
Function · 0.85
Print
Method · 0.45
Tested by
no test coverage detected