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

Method delete

src/channel.ts:75–77  ·  view source on GitHub ↗
(this: Channel<Actionable>)

Source from the content-addressed store, hash-verified

73 }
74
75 delete(this: Channel<Actionable>): Channel<Resolved> {
76 return this.resolve("delete");
77 }
78
79 // --- ROOT FACTORIES ---
80 static database(id: string = "*") {

Callers 2

ClientClass · 0.45
subscribeMethod · 0.45

Calls 1

resolveMethod · 0.95

Tested by

no test coverage detected