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

Method import

packages/core/src/project/project.ts:57–59  ·  view source on GitHub ↗
(schema: ProjectSchema)

Source from the content-addressed store, hash-verified

55 }
56
57 import(schema: ProjectSchema) {
58 this.load(schema)
59 }
60
61 export(stage: TRANSFORM_STAGE = TRANSFORM_STAGE.SAVE): ProjectSchema {
62 return {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected