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

Method function

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

Source from the content-addressed store, hash-verified

90 }
91
92 static function(id: string = "*") {
93 return new Channel<Func>(["functions", normalize(id)]);
94 }
95
96 static execution(id: string = "*") {
97 return new Channel<Execution>(["executions", normalize(id)]);

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected