Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
func
(v *NullableInt) Set(val *int) {
88
v.value = val
89
v.isSet = true
90
}
91
92
func
(v NullableInt) IsSet() bool {
93
return
v.isSet
Callers
15
SaveNotificationSettingsV2
Method · 0.45
UpdateNotificationSettings
Method · 0.45
SaveNotificationChannelConfig
Method · 0.45
FindAllNotificationConfig
Method · 0.45
FindSESConfig
Method · 0.45
FindSlackConfig
Method · 0.45
FindSMTPConfig
Method · 0.45
FindWebhookConfig
Method · 0.45
GetWebhookVariables
Method · 0.45
RecipientListingSuggestion
Method · 0.45
FindAllNotificationConfigAutocomplete
Method · 0.45
GetDeploymentMetrics
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestPipelineConfigRestHandlerImpl_PatchCiMaterialSource
Function · 0.36