Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testSubdoc
Function · 0.95
Calls
2
map
Method · 0.80
from
Method · 0.80
Tested by
no test coverage detected