Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
88
func
(v *NullableInt) Set(val *int) {
89
v.value = val
90
v.isSet = true
91
}
92
93
func
(v NullableInt) IsSet() bool {
94
return
v.isSet
Callers
15
newTestEngine
Function · 0.45
TestRESTHandler
Function · 0.45
add
Method · 0.45
remove
Method · 0.45
TestServeCORS
Function · 0.45
queryTuple
Method · 0.45
queryTupleErr
Method · 0.45
expand
Method · 0.45
TestReadHandlers
Function · 0.45
TestMapper
Function · 0.45
TestWriteHandlers
Function · 0.45
BenchmarkCheckEngine
Function · 0.45
Calls
no outgoing calls
Tested by
13
newTestEngine
Function · 0.36
TestRESTHandler
Function · 0.36
TestServeCORS
Function · 0.36
queryTuple
Method · 0.36
queryTupleErr
Method · 0.36
expand
Method · 0.36
TestReadHandlers
Function · 0.36
TestMapper
Function · 0.36
TestWriteHandlers
Function · 0.36
BenchmarkCheckEngine
Function · 0.36
newDepsProvider
Function · 0.36
TestEngine
Function · 0.36