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

Class Module

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

Source from the content-addressed store, hash-verified

2import ClassModel from './class';
3
4export default class Module extends ClassModel {
5 @attr()
6 submodules;
7
8 @attr()
9 publicclasses;
10
11 @attr()
12 privateclasses;
13
14 @attr()
15 namespaces;
16
17 @attr()
18 parent;
19
20 @attr()
21 staticfunctions;
22
23 @attr()
24 allstaticfunctions;
25
26 @belongsTo('project-version', { async: false, inverse: null })
27 projectVersion;
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected