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

Method schema

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

Source from the content-addressed store, hash-verified

115 }
116
117 get schema(): RootSchema {
118 return this.export(TRANSFORM_STAGE.SERIALIZE)
119 }
120
121 constructor(project: Project, schema?: RootSchema) {
122 this.project = project

Callers

nothing calls this directly

Calls 1

exportMethod · 0.95

Tested by

no test coverage detected