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

Function getResultCollection

backend/src/dal/result.ts:14–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 8

addResultFunction · 0.85
deleteAllFunction · 0.85
updateTagsFunction · 0.85
getResultFunction · 0.85
getLastResultFunction · 0.85
getLastResultTimestampFunction · 0.85
getResultByTimestampFunction · 0.85
getResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected