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

Interface Document

src/channel.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2interface Database { _db: any }
3interface Collection { _coll: any }
4interface Document { _doc: any }
5interface TablesDB { _tdb: any }
6interface Table { _tbl: any }
7interface Row { _row: any }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected