(input: {
readonly cell: ExperimentCell;
readonly context: SubjectExecutionContext;
})
| 61 | }): Promise<void>; |
| 62 | canReuse?(input: { readonly cell: ExperimentCell; readonly attempt: CellAttempt }): boolean; |
| 63 | execute(input: { |
| 64 | readonly cell: ExperimentCell; |
| 65 | readonly context: SubjectExecutionContext; |
| 66 | }): Promise<SubjectExecutionResult>; |
no outgoing calls