Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-learn/ember-api-docs
/
Class
app/models/project.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Model, hasMany, attr } from
'@warp-drive/legacy/model'
;
2
3
export
default
class
Project extends Model {
4
@attr()
5
name;
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected