MCPcopy Create free account
hub / github.com/dev-mastery/comments-api / clearDb

Function clearDb

__test__/fixtures/db.js:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22export async function clearDb () {
23 await db.collection('comments').deleteMany({})
24 return true
25}
26
27export { connection, db }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected