MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / Get

Method Get

admin/client/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 7

GetStateMethod · 0.45
ConsumeMessageExecuteMethod · 0.45
GetStateExecuteMethod · 0.45
parseCacheControlFunction · 0.45
CacheExpiresFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected