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

Method constructor

app/services/algolia.js:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 constructor() {
29 super(...arguments);
30 this._client = algoliasearch(
31 config.algolia.algoliaId,
32 config.algolia.algoliaKey,
33 );
34 this._indices = {};
35 }
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected