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

Method projectVersion

app/services/search.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 @tracked results = [];
13
14 get projectVersion() {
15 return this.projectService.version;
16 }
17
18 search = restartableTask(async (query) => {
19 const projectVersion = this.projectVersion;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected