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

Method Set

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

Source from the content-addressed store, hash-verified

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

Callers 15

newTestEngineFunction · 0.45
TestRESTHandlerFunction · 0.45
addMethod · 0.45
removeMethod · 0.45
TestServeCORSFunction · 0.45
queryTupleMethod · 0.45
queryTupleErrMethod · 0.45
expandMethod · 0.45
TestReadHandlersFunction · 0.45
TestMapperFunction · 0.45
TestWriteHandlersFunction · 0.45
BenchmarkCheckEngineFunction · 0.45

Calls

no outgoing calls

Tested by 13

newTestEngineFunction · 0.36
TestRESTHandlerFunction · 0.36
TestServeCORSFunction · 0.36
queryTupleMethod · 0.36
queryTupleErrMethod · 0.36
expandMethod · 0.36
TestReadHandlersFunction · 0.36
TestMapperFunction · 0.36
TestWriteHandlersFunction · 0.36
BenchmarkCheckEngineFunction · 0.36
newDepsProviderFunction · 0.36
TestEngineFunction · 0.36