Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
FetchValue[T any](t T)
func
() T {
18
return
func
() T {
19
return
t
20
}
21
}
22
23
const
(
24
APIErrorNone = 0
Callers
1
ReturnValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected