MCPcopy Create free account
hub / github.com/Scalingo/cli / lookupHoursBeforeDestroyOnClose

Method lookupHoursBeforeDestroyOnClose

integrationlink/params.go:73–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (p *paramsChecker) lookupHoursBeforeDestroyOnClose() *uint {
74 if !p.c.IsSet("hours-before-destroy-on-close") {
75 return nil
76 }
77
78 hoursBeforeDestroyOnClose := p.c.Uint("hours-before-destroy-on-close")
79 return &hoursBeforeDestroyOnClose
80}
81
82func (p *paramsChecker) lookupDestroyOnStale() *bool {
83 if p.c.IsSet("destroy-on-stale") {

Callers 1

CheckAndFillParamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected