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

Method API_plugins

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

Source from the content-addressed store, hash-verified

43}
44
45func (conf *GlobalConfig) API_plugins(rw http.ResponseWriter, r *http.Request) {
46 util.ReturnValue(Plugins, rw, r)
47}
48
49func (conf *GlobalConfig) API_stream(rw http.ResponseWriter, r *http.Request) {
50 if streamPath := r.URL.Query().Get("streamPath"); streamPath != "" {

Callers

nothing calls this directly

Calls 1

ReturnValueFunction · 0.92

Tested by

no test coverage detected