MCPcopy Index your code
hub / github.com/appwrite/sdk-for-react-native / row

Method row

src/channel.ts:56–58  ·  view source on GitHub ↗
(this: Channel<Table>, id: string = "*")

Source from the content-addressed store, hash-verified

54 }
55
56 row(this: Channel<Table>, id: string = "*"): Channel<Row> {
57 return this.next<Row>("rows", id);
58 }
59
60 // --- BUCKET ROUTE ---
61 file(this: Channel<Bucket>, id: string = "*"): Channel<File> {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected