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

Class

code/ch1/class.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11}
12class AccountModel extends baseModel {
13 constructor(options, data) {
14 super({private: true}, ['32113123123', '524214691']) //call the parent method with super
15 this.name = 'Account Model'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected