()
| 12 | import { tryCatch } from "@monkeytype/util/trycatch"; |
| 13 | |
| 14 | export const getResultCollection = (): Collection<DBResult> => |
| 15 | db.collection<DBResult>("results"); |
| 16 | |
| 17 | export async function addResult( |
| 18 | uid: string, |
no outgoing calls
no test coverage detected