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

Method incrementCount

docs/app/js/sanddance-app.js:54906–54909  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54904 return this;
54905 }
54906 incrementCount() {
54907 this.addCount(1);
54908 return this;
54909 }
54910 decrementCount() {
54911 this.subtractCount(1);
54912 return this;

Callers 1

sanddance-app.jsFile · 0.45

Calls 1

addCountMethod · 0.95

Tested by

no test coverage detected