Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yjs/yjs
/ hasId
Method
hasId
src/utils/IdSet.js:191–193 ·
view source on GitHub ↗
* @param {ID} id * @return {boolean}
(id)
Source
from the content-addressed store, hash-verified
189
* @
return
{boolean}
190
*/
191
hasId (id) {
192
return
this.has(id.client, id.clock)
193
}
194
195
/**
196
* @param {number} client
Callers
12
renderAttrs
Function · 0.45
deletes
Method · 0.45
adds
Method · 0.45
isVisible
Function · 0.45
addChangedTypeToTransaction
Function · 0.45
popStackItem
Function · 0.45
delete
Method · 0.45
isDeletedByUndoStack
Function · 0.45
redoItem
Function · 0.45
getMissing
Method · 0.45
testRepeatMergingMultipleIdsets
Function · 0.45
testRepeatMergingMultipleIdMaps
Function · 0.45
Calls
1
has
Method · 0.95
Tested by
no test coverage detected