MCPcopy Create free account
hub / github.com/azat-co/practicalnode / accountsData

Method accountsData

code/ch1/class.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 this.url +='/accounts/'
17 }
18 get accountsData() { //calculated attribute getter
19 // ... make XHR
20 return this.data
21 }
22}
23
24let accounts = new AccountModel(5)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected