MCPcopy Create free account
hub / github.com/monkeytypegame/monkeytype / deleteAll

Function deleteAll

backend/src/dal/result.ts:32–34  ·  view source on GitHub ↗
(uid: string)

Source from the content-addressed store, hash-verified

30}
31
32export async function deleteAll(uid: string): Promise<DeleteResult> {
33 return await getResultCollection().deleteMany({ uid });
34}
35
36export async function updateTags(
37 uid: string,

Callers

nothing calls this directly

Calls 1

getResultCollectionFunction · 0.85

Tested by

no test coverage detected