MCPcopy Index your code
hub / github.com/axe-api/axe-api / IStepDefinition

Interface IStepDefinition

packages/axe-api/src/Interfaces.ts:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528export interface IStepDefinition {
529 name: string;
530 get(model: IModelService): PhaseFunction;
531 isAsync(): boolean;
532}
533
534export interface ICacheAdaptor {
535 get(key: string): Promise<string | null>;

Callers 1

addMethod · 0.65

Implementers 3

Hookpackages/axe-api/src/Steps/Hook.ts
Eventpackages/axe-api/src/Steps/Event.ts
Phasepackages/axe-api/src/Steps/Phase.ts

Calls

no outgoing calls

Tested by

no test coverage detected