(w http.ResponseWriter, _ *http.Request)
| 520 | } |
| 521 | |
| 522 | func (s *Server) assetsExists(w http.ResponseWriter, _ *http.Request) { |
| 523 | writeJSON(w, http.StatusOK, map[string]bool{"exists": s.currentVault().HasAssetsDir()}) |
| 524 | } |
| 525 | |
| 526 | // --- Notes --- |
| 527 |
nothing calls this directly
no test coverage detected