(db)
| 9007 | } |
| 9008 | |
| 9009 | async function httpViewCleanup(db) { |
| 9010 | const response = await db.fetch('_view_cleanup', { |
| 9011 | headers: new nodeFetch.Headers({'Content-Type': 'application/json'}), |
| 9012 | method: 'POST' |
| 9013 | }); |
| 9014 | return response.json(); |
| 9015 | } |
| 9016 | |
| 9017 | async function localViewCleanup(db) { |
| 9018 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…