MCPcopy Create free account
hub / github.com/nodejs/node / e

Method e

test/parallel/test-util-inherits.js:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 this._e = 'e';
72 }
73 e() { return this._e; }
74}
75inherits(E, D);
76

Calls

no outgoing calls

Tested by

no test coverage detected