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