MCPcopy
hub / github.com/cli/cli / Minutes

Method Minutes

pkg/cmd/codespace/create.go:60–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (d *NullableDuration) Minutes() *int {
61 if d.Duration != nil {
62 retentionMinutes := int(d.Duration.Minutes())
63 return &retentionMinutes
64 }
65
66 return nil
67}
68
69type createOptions struct {
70 repo string

Callers 2

CreateMethod · 0.80
FuzzyAgoAbbrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected