Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yjs/yjs
/ writeString
Method
writeString
src/utils/UpdateEncoder.js:71–73 ·
view source on GitHub ↗
* @param {string} s
(s)
Source
from the content-addressed store, hash-verified
69
* @param {string} s
70
*/
71
writeString (s) {
72
encoding.writeVarString(this.restEncoder, s)
73
}
74
75
/**
76
* @param {boolean} isYKey
Callers
4
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected