Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
91
func
(v *NullableInt) Set(val *int) {
92
v.value = val
93
v.isSet = true
94
}
95
96
func
(v NullableInt) IsSet() bool {
97
return
v.isSet
Callers
1
parameterAddToHeaderOrQuery
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected