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

Method API_summary

http.go:41–43  ·  view source on GitHub ↗
(rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

39}
40
41func (conf *GlobalConfig) API_summary(rw http.ResponseWriter, r *http.Request) {
42 util.ReturnValue(&summary, rw, r)
43}
44
45func (conf *GlobalConfig) API_plugins(rw http.ResponseWriter, r *http.Request) {
46 util.ReturnValue(Plugins, rw, r)

Callers

nothing calls this directly

Calls 1

ReturnValueFunction · 0.92

Tested by

no test coverage detected