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

Method toArray

packages/dofs/src/types.ts:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export interface SQLCursorLike<Row extends object = Record<string, unknown>> {
2 toArray(): Row[];
3}
4
5export interface SQLStorageLike {

Callers 2

allMethod · 0.65
constructorMethod · 0.65

Implementers 1

TestCursorpackages/dofs/src/testing.ts

Calls

no outgoing calls

Tested by

no test coverage detected