MCPcopy Create free account
hub / github.com/cli/cli / Minutes

Method Minutes

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

Source from the content-addressed store, hash-verified

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

Callers 2

CreateMethod · 0.80
FuzzyAgoAbbrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected