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

Method collection

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

Source from the content-addressed store, hash-verified

40 // --- DATABASE ROUTE ---
41 // Only available on Channel<Database>
42 collection(this: Channel<Database>, id: string = "*"): Channel<Collection> {
43 return this.next<Collection>("collections", id);
44 }
45
46 // Only available on Channel<Collection>
47 document(this: Channel<Collection>, id: string = "*"): Channel<Document> {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected