MCPcopy 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
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 3

LoadConfigFromEnvFunction · 0.45
PutStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected