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

Class

app/models/project-version.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import getCompactVersion from '../utils/get-compact-version';
3
4export default class ProjectVersionModel extends Model {
5 @attr version;
6 @hasMany('class', { async: true, inverse: null }) classes;
7 @hasMany('module', { async: true, inverse: null }) modules;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected