All specs 2 total
isEligibleForApprovalREAL LLM gemma4:latest · · unknownsrc/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 · MITsrc/utils/waitingPeriod.ts · L33
Function `isEligibleForApproval` accepting 1 parameter(s) and returning `boolean`.