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

Function getRelations

tests/unit/controllers/project-version-test.js:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 .factoryFor('controller:project-version')
39 .create({
40 getRelations() {
41 return moduleIds;
42 },
43 });
44
45 let moduleNames = controller.getModuleRelationships('ember-2.10.1');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected