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

Method cut

packages/react-dom/src/__tests__/ReactCompositeComponent-test.js:963–968  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

961 }
962
963 cut() {
964 this.setState({
965 cut: true,
966 slices: 10,
967 });
968 }
969
970 eatSlice() {
971 this.setState({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected