MCPcopy Create free account
hub / github.com/editablejs/editable / destroy

Method destroy

packages/yjs-websocket/src/server/utils.ts:153–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 destroy(): void {
154 this.subDocs.forEach(subDoc => {
155 subDoc.destroy()
156 })
157 super.destroy()
158 }
159
160 getSubDoc(id: string) {
161 return this.subDocs.get(id)

Callers 1

closeConnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected