MCPcopy
hub / github.com/facebook/react / test

Method test

packages/react-reconciler/src/__tests__/StrictEffectsMode-test.js:304–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 const log = [];
303 class App extends React.PureComponent {
304 test() {}
305
306 componentDidMount() {
307 this.test();

Callers 15

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95
componentWillUnmountMethod · 0.95
constructorMethod · 0.45
submitFunction · 0.45
normalizeCodeLocInfoFunction · 0.45
normalizeCodeLocInfoFunction · 0.45
normalizeCodeLocInfoFunction · 0.45
ifFunction · 0.45
normalizeCodeLocInfoFunction · 0.45
getFunction · 0.45
validateTextNestingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected