MCPcopy
hub / github.com/aspen-cloud/triplit / connect

Method connect

packages/client/src/client/triplit-client.ts:1168–1170  ·  view source on GitHub ↗

* Attempts to connect the client to the server. This will start the client syncing data with the server.

()

Source from the content-addressed store, hash-verified

1166 * Attempts to connect the client to the server. This will start the client syncing data with the server.
1167 */
1168 connect() {
1169 return this.syncEngine.connect();
1170 }
1171
1172 /**
1173 * Disconnects the client from the server. This will stop the client from syncing data with the server.

Callers

nothing calls this directly

Calls 1

connectMethod · 0.65

Tested by

no test coverage detected