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

Method export

packages/core/src/document/document.ts:155–157  ·  view source on GitHub ↗
(stage: TRANSFORM_STAGE = TRANSFORM_STAGE.SAVE)

Source from the content-addressed store, hash-verified

153 }
154
155 export(stage: TRANSFORM_STAGE = TRANSFORM_STAGE.SAVE) {
156 return this.rootNode!.export<RootSchema>(stage)
157 }
158
159 @action
160 remove() {

Callers 3

schemaMethod · 0.95
constructorMethod · 0.95
toDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected