MCPcopy
hub / github.com/GetmeUK/ContentTools / TestComponent

Function TestComponent

spec/content-tools-spec.js:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 __extends(TestComponent, _super);
197
198 function TestComponent() {
199 return TestComponent.__super__.constructor.apply(this, arguments);
200 }
201
202 TestComponent.prototype.foo = function() {
203 if (this.triggerEvent('foo')) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected