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

Method Get

internal/httpclient/utils.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (v NullableInt) Get() *int {
85 return v.value
86}
87
88func (v *NullableInt) Set(val *int) {
89 v.value = val

Callers 15

TestRESTHandlerFunction · 0.45
GetMaxDepthFromQueryFunction · 0.45
TestScrapingEndpointFunction · 0.45
newOPLConfigWatcherFunction · 0.45
TestFunction · 0.45
TestServeCORSFunction · 0.45
queryTupleErrMethod · 0.45
TestReadHandlersFunction · 0.45
getRelationsMethod · 0.45
deleteRelationsMethod · 0.45
TestWriteHandlersFunction · 0.45
TestCheckRESTHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 9

TestRESTHandlerFunction · 0.36
TestScrapingEndpointFunction · 0.36
TestFunction · 0.36
TestServeCORSFunction · 0.36
queryTupleErrMethod · 0.36
TestReadHandlersFunction · 0.36
TestWriteHandlersFunction · 0.36
TestCheckRESTHandlerFunction · 0.36
authInterceptorFunction · 0.36