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

Method constructor

packages/core/src/project/project.ts:50–55  ·  view source on GitHub ↗
(
    readonly designer: Designer,
    schema?: ProjectSchema,
  )

Source from the content-addressed store, hash-verified

48 }
49
50 constructor(
51 readonly designer: Designer,
52 schema?: ProjectSchema,
53 ) {
54 this.load(schema)
55 }
56
57 import(schema: ProjectSchema) {
58 this.load(schema)

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected