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

Function ReturnValue

util/socket.go:58–60  ·  view source on GitHub ↗
(v any, rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

56}
57
58func ReturnValue(v any, rw http.ResponseWriter, r *http.Request) {
59 ReturnFetchValue(FetchValue(v), rw, r)
60}
61
62func ReturnOK(rw http.ResponseWriter, r *http.Request) {
63 ReturnError(0, "ok", rw, r)

Callers 5

API_summaryMethod · 0.92
API_pluginsMethod · 0.92
API_streamMethod · 0.92
API_sysInfoMethod · 0.92
API_getConfigMethod · 0.92

Calls 2

ReturnFetchValueFunction · 0.85
FetchValueFunction · 0.85

Tested by

no test coverage detected