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

Method serialize

app/routes/project-version.js:130–135  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

128 .reduce((result, val, index, arry) => {
129 if (val === this.projectService.version) {
130 return arry.slice(index + 1).join('-');
131 }
132 return result;
133 });
134 return decodeURIComponent(encodedModule);
135 }
136}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected