MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / constructor

Method constructor

app/adapters/application.js:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35 constructor() {
36 super(...arguments);
37 this.ids = {};
38 }
39
40 async findRecord(store, { modelName }, id) {
41 let url;
42 let projectName = this.currentProject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected