Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ Set
Method
Set
admin/client/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
3
LoadConfigFromEnv
Function · 0.45
PutState
Method · 0.45
parameterAddToHeaderOrQuery
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected