MCPcopy
hub / github.com/ory/kratos / Set

Method Set

pkg/httpclient/utils.go:91–94  ·  view source on GitHub ↗
(val *int)

Source from the content-addressed store, hash-verified

89}
90
91func (v *NullableInt) Set(val *int) {
92 v.value = val
93 v.isSet = true
94}
95
96func (v NullableInt) IsSet() bool {
97 return v.isSet

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected