Last analyzed 67ce7cf 10 days ago
Default analysis branch is
Currently analyzing run
Unused method receiver RVV-B0013
Bug risk
10 days ago8 months old
Method receiver 's' is not referenced in method's body, consider removing it
1525	return c.RenderOK()
1526}
1527
1528func (s *Server) Workers(c *stdapi.Context) error {1529	return stdapi.Errorf(404, "not available via api")
1530}
Method receiver 's' is not referenced in method's body, consider removing it
1503	return c.RenderJSON(v)
1504}
1505
1506func (s *Server) SystemUninstall(c *stdapi.Context) error {1507	return stdapi.Errorf(404, "not available via api")
1508}
1509
Method receiver 's' is not referenced in method's body, consider removing it
1252	return c.RenderJSON(v)
1253}
1254
1255func (s *Server) SystemInstall(c *stdapi.Context) error {1256	return stdapi.Errorf(404, "not available via api")
1257}
1258
Method receiver 's' is not referenced in method's body, consider removing it
1231	return c.RenderOK()
1232}
1233
1234func (s *Server) Start(c *stdapi.Context) error {1235	return stdapi.Errorf(404, "not available via api")
1236}
1237
Method receiver 's' is not referenced in method's body, consider removing it
 557	return c.RenderOK()
 558}
 559
 560func (s *Server) Initialize(c *stdapi.Context) error { 561	return stdapi.Errorf(404, "not available via api")
 562}
 563