()
| 776 | } |
| 777 | |
| 778 | async function apiReloadAppSub() { |
| 779 | const sub = $.toObj($request.body) |
| 780 | if (sub) { |
| 781 | await reloadAppSubCache(sub.url) |
| 782 | } else { |
| 783 | await reloadAppSubCaches() |
| 784 | } |
| 785 | $.json = getBoxData() |
| 786 | } |
| 787 | |
| 788 | async function apiDelGlobalBak() { |
| 789 | const backup = $.toObj($request.body) |
nothing calls this directly
no test coverage detected
searching dependent graphs…