Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yjs/yjs
/ toUint8Array
Method
toUint8Array
src/utils/UpdateEncoder.js:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
toUint8Array () {
134
return
encoding.toUint8Array(this.restEncoder)
135
}
136
137
resetIdSetCurVal () {
138
this.dsCurrVal = 0
Callers
3
encodeIdMap
Function · 0.95
encodeContentIds
Function · 0.95
encodeContentMap
Function · 0.95
Calls
1
toUint8Array
Method · 0.45
Tested by
no test coverage detected