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

Method database

src/channel.ts:80–82  ·  view source on GitHub ↗
(id: string = "*")

Source from the content-addressed store, hash-verified

78
79 // --- ROOT FACTORIES ---
80 static database(id: string = "*") {
81 return new Channel<Database>(["databases", normalize(id)]);
82 }
83
84 static tablesdb(id: string = "*") {
85 return new Channel<TablesDB>(["tablesdb", normalize(id)]);

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected