MCPcopy 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
118func (d *debugConfig) getSuspend() bool {
119 return d.Suspend
120}
121
122type debugConfig struct {
123 Enabled bool `yaml:"enabled"`

Callers 2

SupplyMethod · 0.80
FinalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected