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

Class

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

Source from the content-addressed store, hash-verified

1class baseModel {
2 constructor(options = {}, data = []) { // class constructor
3 this.name = 'Base'
4 this.url = 'http://azat.co/api'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected