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

Method API_sysInfo

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

Source from the content-addressed store, hash-verified

59}
60
61func (conf *GlobalConfig) API_sysInfo(rw http.ResponseWriter, r *http.Request) {
62 util.ReturnValue(&SysInfo, rw, r)
63}
64
65func (conf *GlobalConfig) API_closeStream(w http.ResponseWriter, r *http.Request) {
66 if streamPath := r.URL.Query().Get("streamPath"); streamPath != "" {

Callers

nothing calls this directly

Calls 1

ReturnValueFunction · 0.92

Tested by

no test coverage detected