MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / init

Function init

lib/models/blueprint.js:216–223  ·  view source on GitHub ↗
(blueprintPath, blueprintOptions)

Source from the content-addressed store, hash-verified

214 shouldTransformTypeScript: false,
215
216 init(blueprintPath, blueprintOptions) {
217 this._super();
218
219 this.path = blueprintPath;
220 this.name = blueprintOptions?.name ?? path.basename(blueprintPath);
221
222 this._processOptions(blueprintOptions);
223 },
224
225 /**
226 Process the options object coming from either

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…