MCPcopy
hub / github.com/appwrite/sdk-for-react-native / toString

Method toString

src/query.ts:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 toString(): string {
32 return JSONbig.stringify({
33 method: this.method,
34 attribute: this.attribute,
35 values: this.values,
36 });
37 }
38
39 static equal = (attribute: string, value: QueryTypes): string =>
40 new Query("equal", attribute, value).toString();

Callers 6

ClientClass · 0.45
subscribeMethod · 0.45
callMethod · 0.45
#hexTimestampMethod · 0.45
uniqueMethod · 0.45
QueryClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected