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

Method setVersion

app/services/project.js:8–10  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

6 @tracked urlVersion;
7
8 setVersion(version) {
9 this.version = version;
10 }
11
12 setUrlVersion(version) {
13 this.urlVersion = version;

Callers 1

modelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected