MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeText-parser / Model

Class Model

tests/test_parser/test_sample/javascript_test_sample.js:65–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65class Model extends Car {
66 constructor(brand, mod) {
67 super(brand);
68 this.model = mod;
69 }
70
71 /**
72 * Comment something
73 */
74 show() {
75 return this.present() + ', it is a ' + this.model;
76 }
77}
78
79class Car {
80 constructor(brand) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected