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

Class

app/models/namespace.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ClassModel from './class';
3
4export default class Namespace extends ClassModel {
5 @belongsTo('project-version', { async: false, inverse: null })
6 projectVersion;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected