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

Method validate

packages/eval/src/runner.ts:57–57  ·  view source on GitHub ↗
(cell: ExperimentCell)

Source from the content-addressed store, hash-verified

55export interface SubjectAdapter {
56 readonly kind: ExperimentCell['subject']['kind'];
57 validate?(cell: ExperimentCell): void;
58 prepare?(input: {
59 readonly spec: ExperimentSpec;
60 readonly cells: readonly ExperimentCell[];

Callers 12

runExperimentFunction · 0.65
validateDeclaredToolArgsFunction · 0.65
run_localFunction · 0.65
runFunction · 0.65
validateMethod · 0.65
runFunction · 0.65
authorizeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected