MCPcopy Create free account
hub / github.com/fbeline/design-patterns-JS /

Class

src/structural/proxy/proxy_es6.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7class CarProxy {
8 constructor(driver) {
9 this.driver = driver;
10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected