MCPcopy
hub / github.com/yjs/yjs / getSubdocGuids

Method getSubdocGuids

src/utils/Doc.js:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 getSubdocGuids () {
170 return new Set(array.from(this.subdocs).map(doc => doc.guid))
171 }
172
173 /**
174 * Changes that happen inside of a transaction are bundled. This means that

Callers 1

testSubdocFunction · 0.95

Calls 2

mapMethod · 0.80
fromMethod · 0.80

Tested by

no test coverage detected