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