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

Method team

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

Source from the content-addressed store, hash-verified

98 }
99
100 static team(id: string = "*") {
101 return new Channel<Team>(["teams", normalize(id)]);
102 }
103
104 static membership(id: string = "*") {
105 return new Channel<Membership>(["memberships", normalize(id)]);

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected