MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/dofs/src/testing.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19export { RecordingStorage } from "./testing-recording.js";
20
21class TestCursor<Row extends object> implements SQLCursorLike<Row> {
22 private readonly rows: Row[];
23
24 constructor(rows: Row[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected