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

Method schema

packages/core/src/document/node/node.ts:192–194  ·  view source on GitHub ↗

* get node schema

()

Source from the content-addressed store, hash-verified

190 * get node schema
191 */
192 get schema(): Schema {
193 return this.export(TRANSFORM_STAGE.SAVE)
194 }
195
196 set schema(data: Schema) {
197 runInAction(() => this.import(data))

Callers

nothing calls this directly

Calls 2

exportMethod · 0.95
importMethod · 0.95

Tested by

no test coverage detected