MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / Answer

Function Answer

code/communication/public/app.js:106–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 _inherits(Answer, _React$Component3);
105
106 function Answer() {
107 _classCallCheck(this, Answer);
108
109 return _possibleConstructorReturn(this, (Answer.__proto__ || Object.getPrototypeOf(Answer)).apply(this, arguments));
110 }
111
112 _createClass(Answer, [{
113 key: 'render',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected