(db)
| 8969 | } |
| 8970 | |
| 8971 | async function httpViewCleanup(db) { |
| 8972 | const response = await db.fetch('_view_cleanup', { |
| 8973 | headers: new h({'Content-Type': 'application/json'}), |
| 8974 | method: 'POST' |
| 8975 | }); |
| 8976 | return response.json(); |
| 8977 | } |
| 8978 | |
| 8979 | async function localViewCleanup(db) { |
| 8980 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…