MCPcopy
hub / github.com/devtron-labs/devtron / Set

Method Set

api/helm-app/openapiClient/utils.go:87–90  ·  view source on GitHub ↗
(val *int)

Source from the content-addressed store, hash-verified

85}
86
87func (v *NullableInt) Set(val *int) {
88 v.value = val
89 v.isSet = true
90}
91
92func (v NullableInt) IsSet() bool {
93 return v.isSet

Callers 15

FindSESConfigMethod · 0.45
FindSlackConfigMethod · 0.45
FindSMTPConfigMethod · 0.45
FindWebhookConfigMethod · 0.45
GetWebhookVariablesMethod · 0.45
GetDeploymentMetricsMethod · 0.45

Calls

no outgoing calls