MCPcopy Create free account
hub / github.com/apache/maka / execute

Method execute

packages/eval/src/runner.ts:63–63  ·  view source on GitHub ↗
(input: {
    readonly cell: ExperimentCell;
    readonly context: SubjectExecutionContext;
  })

Source from the content-addressed store, hash-verified

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>;

Callers 15

executeFunction · 0.65
executeCellFunction · 0.65
executeFunction · 0.65
executeMakaFunction · 0.65
runHarborTrialFunction · 0.65
executeFunction · 0.65
function-model.mjsFile · 0.65
listAppsFunction · 0.65
observeAppFunction · 0.65

Calls

no outgoing calls

Tested by 2

executeMakaFunction · 0.52
runHarborTrialFunction · 0.52