Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ Traceln
Function
Traceln
log/log.go:76–80 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
74
}
75
76
func
Traceln(v ...
interface
{}) {
77
if
Debug {
78
Println(v...)
79
}
80
}
Callers
2
Run
Method · 0.92
ValidateParsedFlags
Method · 0.92
Calls
1
Println
Function · 0.85
Tested by
no test coverage detected