MCPcopy
hub / github.com/tldraw/tldraw / getTlsyncProtocolVersion

Function getTlsyncProtocolVersion

packages/sync-core/src/lib/protocol.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 * @internal
22 */
23export function getTlsyncProtocolVersion() {
24 return TLSYNC_PROTOCOL_VERSION
25}
26
27/**
28 * Constants defining the different types of protocol incompatibility reasons.

Callers 11

sendConnectMessageMethod · 0.90
protocol.test.tsFile · 0.90
handleConnectRequestMethod · 0.90
connectMessageFunction · 0.90
setupFunction · 0.90
connectSessionFunction · 0.90
TLSyncRoom.test.tsFile · 0.90
connectSessionFunction · 0.90

Calls

no outgoing calls

Tested by 4

connectMessageFunction · 0.72
setupFunction · 0.72
connectSessionFunction · 0.72
connectSessionFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…