Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
23
export
function
getTlsyncProtocolVersion() {
24
return
TLSYNC_PROTOCOL_VERSION
25
}
26
27
/**
28
* Constants defining the different types of protocol incompatibility reasons.
Callers
11
sendConnectMessage
Method · 0.90
TLSyncClient.test.ts
File · 0.90
protocol.test.ts
File · 0.90
handleConnectRequest
Method · 0.90
connectMessage
Function · 0.90
upgradeDowngrade.test.ts
File · 0.90
setup
Function · 0.90
connectSession
Function · 0.90
TLSyncRoom.test.ts
File · 0.90
connectSession
Function · 0.90
TLSocketRoom.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
4
connectMessage
Function · 0.72
setup
Function · 0.72
connectSession
Function · 0.72
connectSession
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…