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

Method document

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

Source from the content-addressed store, hash-verified

45
46 // Only available on Channel<Collection>
47 document(this: Channel<Collection>, id: string = "*"): Channel<Document> {
48 return this.next<Document>("documents", id);
49 }
50
51 // --- TABLESDB ROUTE ---
52 table(this: Channel<TablesDB>, id: string = "*"): Channel<Table> {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected