MCPcopy
hub / github.com/ifandelse/machina.js / InputRecord

Interface InputRecord

packages/machina-test/src/walk.ts:120–123  ·  view source on GitHub ↗

A recorded step in the input sequence — used for replay and error reporting

Source from the content-addressed store, hash-verified

118
119/** A recorded step in the input sequence — used for replay and error reporting */
120interface InputRecord {
121 input: string;
122 payload: unknown;
123}
124
125/**
126 * Thrown when walkAll detects an invariant violation. Carries the seed and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected