Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Client
Class · 0.45
subscribe
Method · 0.45
Calls
1
resolve
Method · 0.95
Tested by
no test coverage detected