MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / getNodeCount

Method getNodeCount

packages/core/src/document/document.ts:224–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 }
223
224 getNodeCount(): number {
225 return this._nodesMap.size
226 }
227
228 hasNode(id: string) {
229 const node = this.getNode(id)

Callers 2

LeafHocClass · 0.80
recordTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected