Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ Trace
Function
Trace
log/log.go:64–68 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
62
}
63
64
func
Trace(v ...
interface
{}) {
65
if
Debug {
66
Print(v...)
67
}
68
}
69
70
func
Tracef(format string, v ...
interface
{}) {
71
if
Debug {
Callers
nothing calls this directly
Calls
1
Print
Function · 0.85
Tested by
no test coverage detected