MCPcopy
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

encodeIdMapFunction · 0.95
encodeContentIdsFunction · 0.95
encodeContentMapFunction · 0.95

Calls 1

toUint8ArrayMethod · 0.45

Tested by

no test coverage detected