Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/java-buildpack
/ getSuspend
Method
getSuspend
src/java/frameworks/debug.go:118–120 ·
view source on GitHub ↗
getSuspend returns whether to suspend on start
()
Source
from the content-addressed store, hash-verified
116
117
// getSuspend returns whether to suspend on start
118
func
(d *debugConfig) getSuspend() bool {
119
return
d.Suspend
120
}
121
122
type
debugConfig
struct
{
123
Enabled bool `yaml:
"enabled"
`
Callers
2
Supply
Method · 0.80
Finalize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected