MCPcopy Index your code
hub / github.com/Monibuca/engine / FetchValue

Function FetchValue

util/socket.go:17–21  ·  view source on GitHub ↗
(t T)

Source from the content-addressed store, hash-verified

15)
16
17func FetchValue[T any](t T) func() T {
18 return func() T {
19 return t
20 }
21}
22
23const (
24 APIErrorNone = 0

Callers 1

ReturnValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected