← back to jra3__mulm

All specs 2 total

All specs Real LLM only Function bodies
isEligibleForApprovalREAL LLM gemma4:latest · · unknown
src/utils/waitingPeriod.ts
Determines if a submission qualifies for approval based on two criteria. It accepts a submission object containing various details, including verification status and dates. The function returns a boolean indicating eligibility, which requires the witness verification to be "confirmed" and the time elapsed since the reproduction date to meet or exceed a calculated minimum waiting period. No external state is modified by this function.
isEligibleForApprovaltemplated static_ts_v1 · constant · MIT
src/utils/waitingPeriod.ts · L33
Function `isEligibleForApproval` accepting 1 parameter(s) and returning `boolean`.