MCPcopy Create free account
hub / github.com/microsoft/SandDance / deleteGroup

Method deleteGroup

docs/app/js/sanddance-app.js:12640–12648  ·  view source on GitHub ↗
(groupIndex)

Source from the content-addressed store, hash-verified

12638 });
12639 }
12640 deleteGroup(groupIndex) {
12641 const groups = [
12642 ...this.state.groups
12643 ];
12644 groups.splice(groupIndex, 1);
12645 this.setState({
12646 groups
12647 });
12648 }
12649 newExpression(key, clause) {
12650 const ex = {
12651 key,

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected